diff options
author | Mike Pall <mike> | 2024-12-16 14:27:58 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2024-12-16 14:27:58 +0100 |
commit | cd8d0a437ddf4631a990f773fc3f0a6b991cfb8c (patch) | |
tree | 28d4e391114ae49ff8ef7fa55e3fb7f568e14761 /src/luaconf.h | |
parent | 19878ec05c239ccaf5f3d17af27670a963e25b8b (diff) | |
download | luajit-cd8d0a437ddf4631a990f773fc3f0a6b991cfb8c.tar.gz luajit-cd8d0a437ddf4631a990f773fc3f0a6b991cfb8c.tar.bz2 luajit-cd8d0a437ddf4631a990f773fc3f0a6b991cfb8c.zip |
Remove dependency on <limits.h>.
Reported by yupengda002. #1318
Diffstat (limited to 'src/luaconf.h')
-rw-r--r-- | src/luaconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index 1cf3a03c..7b15651c 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #ifndef WINVER | 9 | #ifndef WINVER |
10 | #define WINVER 0x0501 | 10 | #define WINVER 0x0501 |
11 | #endif | 11 | #endif |
12 | #include <limits.h> | ||
13 | #include <stddef.h> | 12 | #include <stddef.h> |
14 | 13 | ||
15 | /* Default path for loading Lua and C modules with require(). */ | 14 | /* Default path for loading Lua and C modules with require(). */ |