mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
6 lines
241 B
C
6 lines
241 B
C
/*
|
|
* 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 */
|