aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-06-20 13:43:33 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-06-20 13:43:33 -0300
commit55ac40f859ad8e28fe71a8801d49f4a4140e8aa3 (patch)
tree1a1f02de45d28c7eb8976087ade773d7937bed14 /lobject.h
parent97ef8e7bd40340d47a9789beb06f0128d7438d0a (diff)
downloadlua-55ac40f859ad8e28fe71a8801d49f4a4140e8aa3.tar.gz
lua-55ac40f859ad8e28fe71a8801d49f4a4140e8aa3.tar.bz2
lua-55ac40f859ad8e28fe71a8801d49f4a4140e8aa3.zip
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.
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h3
1 files changed, 3 insertions, 0 deletions
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 {
538#define LUA_VPROTO makevariant(LUA_TPROTO, 0) 538#define LUA_VPROTO makevariant(LUA_TPROTO, 0)
539 539
540 540
541typedef l_uint32 Instruction;
542
543
541/* 544/*
542** Description of an upvalue for function prototypes 545** Description of an upvalue for function prototypes
543*/ 546*/