We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52baba2 commit 306c6e7Copy full SHA for 306c6e7
CMakeLists.txt
@@ -90,6 +90,7 @@ add_definitions(
90
-DCOMDB2_ROOT=${COMDB2_ROOT}
91
-DCOMDB2_VERSION="2"
92
-D_FILE_OFFSET_BITS=64
93
+ -Dlint
94
)
95
96
option(DEBUG_TXNLIST_PLHASH "Debug plhash txnlist implementation" OFF)
lua/lapi.c
@@ -32,11 +32,12 @@
32
#include "luaglue.h"
33
34
35
+#ifndef lint
36
const char lua_ident[] =
37
"$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $\n"
38
"$Authors: " LUA_AUTHORS " $\n"
39
"$URL: www.lua.org $\n";
-
40
+#endif
41
42
43
#define api_checknelems(L, n) api_check(L, (n) <= (L->top - L->base))
0 commit comments