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

  1.  
  2.         /* yacc.hdr - definitions to make yacc globals local */
  3.         static YYSTYPE yyv[];
  4.         static int yychar;
  5.         static int yynerrs;
  6.         static short yyerrflag;
  7.         static short yyact[];
  8.         static short yychk[];
  9.         static short yydef[];
  10.         static short yyexca[];
  11.         static short yypact[];
  12.         static short yypgo[];
  13.         static short yyr1[];
  14.         static short yyr2[];
  15.         /* end of yacc.hdr */
  16.  
  17.         Listing 2
  18.  
  19.