home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / alde_c / misc / util / lex / 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.