winamp/Src/Plugins/Visualization/vis_avs/evallib/LLSAVE.C

7 lines
241 B
C++
Raw Normal View History

2024-09-24 12:54:57 +00:00
/*
* 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 */