home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / utils / toolbox / lib / lalr / parser.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-12  |  316 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. $@ extern    int    @    ();
  16. $@ extern    void    Close@    ();
  17.  
  18. # endif
  19.