home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / LEX.ZIP / LLSAVE.C < prev    next >
Encoding:
Text File  |  1980-01-01  |  247 b   |  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.