From 75620b45ae9d500a3251a0e698de98ab588d2a29 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 20 Aug 2024 15:15:23 -0300 Subject: 'lcode.c' can use 'checklimit', too --- lparser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index 535dc9da..8a87776d 100644 --- a/lparser.h +++ b/lparser.h @@ -164,6 +164,8 @@ typedef struct FuncState { LUAI_FUNC lu_byte luaY_nvarstack (FuncState *fs); +LUAI_FUNC void luaY_checklimit (FuncState *fs, int v, int l, + const char *what); LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, Dyndata *dyd, const char *name, int firstchar); -- cgit v1.2.3-55-g6feb