blob: 23c5e472681cacc5b1f40c675b200d76be2df32b (
plain) (
blame)
1
2
3
4
5
6
|
/*
* This is linked from lexlib to resolve a global in yylex which
* will be undefined if the user grammar has not defined any rules
* with right-context (look-ahead)
*/
char *llsave[1]; /* Look ahead buffer */
|