From 55ac40f859ad8e28fe71a8801d49f4a4140e8aa3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 20 Jun 2024 13:43:33 -0300 Subject: Cleaning of llimits.h Several definitions that don't need to be "global" (that is, that concerns only specific parts of the code) moved out of llimits.h, to more appropriate places. --- lobject.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index a70731f7..641e782c 100644 --- a/lobject.h +++ b/lobject.h @@ -538,6 +538,9 @@ typedef struct Udata0 { #define LUA_VPROTO makevariant(LUA_TPROTO, 0) +typedef l_uint32 Instruction; + + /* ** Description of an upvalue for function prototypes */ -- cgit v1.2.3-55-g6feb