aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-06-21 12:29:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-06-21 12:29:08 -0300
commite24ce8c2b322226bbc211e57f301c265a2622c4b (patch)
tree875afb43726cadefdf6b1ea90ed8e8fb10db1a44 /lauxlib.c
parenta08d82eb132bfd9db5b91e0d5ebcb81d7b26dcd0 (diff)
downloadlua-e24ce8c2b322226bbc211e57f301c265a2622c4b.tar.gz
lua-e24ce8c2b322226bbc211e57f301c265a2622c4b.tar.bz2
lua-e24ce8c2b322226bbc211e57f301c265a2622c4b.zip
lua_writestring & co. moved to llimits.h
They don't need to be visible by clients of Lua.
Diffstat (limited to 'lauxlib.c')
-rw-r--r--lauxlib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lauxlib.c b/lauxlib.c
index fe99aca1..99a63092 100644
--- a/lauxlib.c
+++ b/lauxlib.c
@@ -28,12 +28,6 @@
28#include "llimits.h" 28#include "llimits.h"
29 29
30 30
31#if !defined(MAX_SIZET)
32/* maximum value for size_t */
33#define MAX_SIZET ((size_t)(~(size_t)0))
34#endif
35
36
37/* 31/*
38** {====================================================== 32** {======================================================
39** Traceback 33** Traceback