home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
prgramer
/
adaptor
/
src
/
include
/
controlf.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-08
|
409b
|
26 lines
# ifndef yyControlFlow
# define yyControlFlow
# if defined __STDC__ | defined __cplusplus
# define ARGS(parameters) parameters
# else
# define ARGS(parameters) ()
# endif
# ifndef bool
# define bool char
# endif
# include "Tree.h"
# line 18 "ControlFlow.puma"
extern void ControlFlow ARGS((tTree t));
extern void BeginControlFlow ();
extern void CloseControlFlow ();
# endif