summaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
authorMike Pall <mike>2017-03-30 12:43:21 +0200
committerMike Pall <mike>2017-03-30 12:45:14 +0200
commitde97b9d52bbc42effeaf1180764053a912526873 (patch)
treebfc8e1bc405c8d97ee958eb9750eb23d6a636e3b /src/luaconf.h
parentdc320ca70f2c5bb3977b82853bcee6dad2523d01 (diff)
downloadluajit-de97b9d52bbc42effeaf1180764053a912526873.tar.gz
luajit-de97b9d52bbc42effeaf1180764053a912526873.tar.bz2
luajit-de97b9d52bbc42effeaf1180764053a912526873.zip
Add some more changes and extensions from Lua 5.2.
Contributed by François Perrad.
Diffstat (limited to '')
-rw-r--r--src/luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index 6486c003..0c70b145 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -79,7 +79,7 @@
79#define LUA_IGMARK "-" 79#define LUA_IGMARK "-"
80#define LUA_PATH_CONFIG \ 80#define LUA_PATH_CONFIG \
81 LUA_DIRSEP "\n" LUA_PATHSEP "\n" LUA_PATH_MARK "\n" \ 81 LUA_DIRSEP "\n" LUA_PATHSEP "\n" LUA_PATH_MARK "\n" \
82 LUA_EXECDIR "\n" LUA_IGMARK 82 LUA_EXECDIR "\n" LUA_IGMARK "\n"
83 83
84/* Quoting in error messages. */ 84/* Quoting in error messages. */
85#define LUA_QL(x) "'" x "'" 85#define LUA_QL(x) "'" x "'"