|
@@ -48,11 +48,11 @@ munmap(void *addr, int64_t length)
|
|
#include <sys/mman.h>
|
|
#include <sys/mman.h>
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-static const char *LUASOCKET = "luasocket";
|
|
|
|
|
|
+static const char *const LUASOCKET = "luasocket";
|
|
static const char lua_regkey_ctx = 1;
|
|
static const char lua_regkey_ctx = 1;
|
|
static const char lua_regkey_connlist = 2;
|
|
static const char lua_regkey_connlist = 2;
|
|
static const char lua_regkey_lsp_include_history = 3;
|
|
static const char lua_regkey_lsp_include_history = 3;
|
|
-static const char *LUABACKGROUNDPARAMS = "mg";
|
|
|
|
|
|
+static const char *const LUABACKGROUNDPARAMS = "mg";
|
|
|
|
|
|
/* Limit nesting depth of mg.include.
|
|
/* Limit nesting depth of mg.include.
|
|
* This takes a lot of stack (~10 kB per recursion),
|
|
* This takes a lot of stack (~10 kB per recursion),
|