home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / adaptor / src / include / controlf.h < prev    next >
C/C++ Source or Header  |  1993-07-08  |  409b  |  26 lines

  1. # ifndef yyControlFlow
  2. # define yyControlFlow
  3.  
  4. # if defined __STDC__ | defined __cplusplus
  5. # define ARGS(parameters)    parameters
  6. # else
  7. # define ARGS(parameters)    ()
  8. # endif
  9.  
  10. # ifndef bool
  11. # define bool char
  12. # endif
  13.  
  14. # include "Tree.h"
  15.  
  16. # line 18 "ControlFlow.puma"
  17.  
  18.  
  19.  
  20. extern void ControlFlow ARGS((tTree t));
  21.  
  22. extern void BeginControlFlow ();
  23. extern void CloseControlFlow ();
  24.  
  25. # endif
  26.