|
> Probably the test should be 'if (ls->fs)', but it does not seem toA comment in 5.2 explains why 'if (ls->fs)' is not necessary:
> be necessary anyway.
/* last token from outer function must be EOS */
lua_assert(ls->fs != NULL || ls->t.token == TK_EOS);
-- Roberto