mirror of
https://github.com/PDP-10/its.git
synced 2026-03-23 01:16:20 +00:00
10 lines
232 B
C
10 lines
232 B
C
/*)LIBRARY
|
|
*/
|
|
|
|
/*
|
|
* 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 */
|