home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / OS2_LEX.ZIP / LLSAVE.C < prev    next >
C/C++ Source or Header  |  1989-10-05  |  273b  |  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.