home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compcomp / lex / llsave.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-10-05  |  273 b   |  10 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.  
  7. #include <lex.h>
  8.  
  9. char    *llsave[NBPW];             /* Look ahead buffer            */
  10.