home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_07 / 8n07056a < prev    next >
Text File  |  1990-06-19  |  487b  |  23 lines

  1.  
  2.         #define yyclearin yychar = -1
  3.         #define yyerrok yyerrflag = 0
  4.         extern int yychar;
  5.         extern short yyerrflag;
  6.         #ifndef YYMAXDEPTH
  7.         #define YYMAXDEPTH 150
  8.         #endif
  9.         #ifndef YYSTYPE
  10.         #define YYSTYPE int
  11.         #endif
  12.         YYSTYPE yylval, yyval;
  13.         # define YYERRCODE 256
  14.  
  15.         short yyexca[] ={
  16.                 -1, 1,
  17.                 0, -1,
  18.                 -2, 0,
  19.         };
  20.  
  21.         Listing 1
  22.  
  23.