/xbmc/visualizations/Milkdrop/vis_milkdrop/evallib/LLSAVE.C
http://github.com/xbmc/xbmc · C++ · 6 lines · 1 code · 0 blank · 5 comment · 0 complexity · becd58a0b8d61f883f4ee0a8bf99099c MD5 · raw file
- /*
- * 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 */