MCPcopy Create free account
hub / github.com/DFHack/dfhack / skipnoopstat

Function skipnoopstat

depends/lua/src/lparser.c:1218–1221  ·  view source on GitHub ↗

skip no-op statements */

Source from the content-addressed store, hash-verified

1216
1217/* skip no-op statements */
1218static void skipnoopstat (LexState *ls) {
1219 while (ls->t.token == ';' || ls->t.token == TK_DBCOLON)
1220 statement(ls);
1221}
1222
1223
1224static void labelstat (LexState *ls, TString *label, int line) {

Callers 1

labelstatFunction · 0.85

Calls 1

statementFunction · 0.85

Tested by

no test coverage detected