/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

  1. /*
  2. * This is linked from lexlib to resolve a global in yylex which
  3. * will be undefined if the user grammar has not defined any rules
  4. * with right-context (look-ahead)
  5. */
  6. char *llsave[1]; /* Look ahead buffer */