home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / toolboxsas.lha / Toolbox / lib / lalr / Parser.h < prev    next >
Encoding:
Text File  |  1995-02-15  |  311 b   |  19 lines

  1. $@ #ifndef yy@
  2. $@   #define yy@
  3.  
  4. /* $Id: Parser.h,v 2.1 1992/08/07 15:28:42 grosch rel $ */
  5.  
  6. $E /* EXPORT section is inserted here */
  7.  
  8.   #ifdef yacc_interface
  9. $@     #define @ yyparse
  10.     #define yyInitStackSize YYMAXDEPTH
  11.   #endif
  12.  
  13. $@ extern char *@_TokenName[];
  14.  
  15. $@ int @(void);
  16. $@ void Close@(void);
  17.  
  18. #endif
  19.