1
0

LLSAVE.C 241 B

123456
  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 */