aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-17 13:28:21 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-17 13:28:21 -0300
commitf97c64d7bf4c0f373711795d8faba0e8cd206761 (patch)
tree99c9e25132b2ef193dc417873e8f44e5c0ea8738 /luaconf.h
parentea3155e380080095a6f8c63297f0505789cf08b7 (diff)
downloadlua-f97c64d7bf4c0f373711795d8faba0e8cd206761.tar.gz
lua-f97c64d7bf4c0f373711795d8faba0e8cd206761.tar.bz2
lua-f97c64d7bf4c0f373711795d8faba0e8cd206761.zip
macros 'LUA_QL'/'LUA_QL' deprecated
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")