mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
6
Src/Plugins/Visualization/vis_avs/evallib/LLSAVE.C
Normal file
6
Src/Plugins/Visualization/vis_avs/evallib/LLSAVE.C
Normal file
@ -0,0 +1,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 */
|
Reference in New Issue
Block a user