MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaX_lookahead

Function luaX_lookahead

other_src/lua/src/llex.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459void luaX_lookahead (LexState *ls) {
460 lua_assert(ls->lookahead.token == TK_EOS);
461 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
462}
463

Callers 1

constructorFunction · 0.70

Calls 1

llexFunction · 0.70

Tested by

no test coverage detected