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

  1.  
  2.         /* start of lex.hdr - definitions
  3.            to make lex globals local */
  4.         static int yyback();
  5.         static struct yysvf *yybgin;
  6.         static struct yywork yycrank[];
  7.         static yysvf *yyestate;
  8.         static char yyextra[];
  9.         static int *yyfnd;
  10.         static FILE *yyin;
  11.         static int yyinput();
  12.         static int yyleng;
  13.         static int yylineno;
  14.         static int yylook();
  15.         static yysvf **ylsp;
  16.         static yysvf *yylstate[];
  17.         static char yymatch[];
  18.         static int yymorfg;
  19.         static yysvf **yyolsp;
  20.         static FILE *yyout;
  21.         static int yyoutput();
  22.         static int yyprevious;
  23.         static char yysbuf[];
  24.         static char *yysptr;
  25.         static struct yysvf yysvec[];
  26.         static int yytchar;
  27.         static yywork *yytop;
  28.         static int yyunput();
  29.         static int yyvstop[];
  30.         /* end of lex.hdr */
  31.  
  32.         Listing 5
  33.  
  34.