aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index 316db5e6..e4769311 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.216 2014/10/08 20:32:50 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.217 2014/10/15 14:53:20 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -243,7 +243,8 @@
243 243
244/* 244/*
245@@ LUA_QL describes how error messages quote program elements. 245@@ LUA_QL describes how error messages quote program elements.
246** CHANGE it if you want a different appearance. 246** Lua does not use these macros anymore; they are here for
247** compatibility only.
247*/ 248*/
248#define LUA_QL(x) "'" x "'" 249#define LUA_QL(x) "'" x "'"
249#define LUA_QS LUA_QL("%s") 250#define LUA_QS LUA_QL("%s")