From 0edcdf49c00b70986f3efc12ceae912db2361d67 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 5 Feb 2015 14:53:34 -0200 Subject: added comments documenting LUA_NOCVTN2S/LUA_NOCVTS2N --- luaconf.h | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 25571bd7..b1ec3f9c 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.242 2015/01/16 17:26:56 roberto Exp roberto $ +** $Id: luaconf.h,v 1.243 2015/02/04 12:52:57 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -652,6 +652,24 @@ /* }================================================================== */ +/* +** {================================================================== +** Language Variations +** ===================================================================== +*/ + +/* +@@ LUA_NOCVTN2S/LUA_NOCVTS2N control how Lua performs some +** coercions. Define LUA_NOCVTN2S to turn off automatic coercion from +** numbers to strings. Define LUA_NOCVTS2N to turn off automatic +** coercion from strings to numbers. +*/ +/* #define LUA_NOCVTN2S */ +/* #define LUA_NOCVTS2N */ + +/* }================================================================== */ + + /* ** {================================================================== ** Macros that affect the API and must be stable (that is, must be the -- cgit v1.2.3-55-g6feb