home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / LEX / LLSAVE.C < prev    next >
Text File  |  1993-12-01  |  247b  |  7 lines

  1. /*
  2.  * This is linked from lexlib to resolve a global in yylex which
  3.  * will be undefined if the user grammar has not defined any rules
  4.  * with right-context (look-ahead)
  5.  */
  6. char    *llsave[1];             /* Look ahead buffer            */
  7.