diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-03-31 15:37:52 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-03-31 15:37:52 -0300 |
| commit | ea69f17d989784f75433eb69de0ad2dbe6c7195a (patch) | |
| tree | 472bda50125b58eeba88c09fbea415f2f7ba67c8 /lvm.h | |
| parent | 420cc62facc5b49d0aebfb9be7ddfe911d77ff97 (diff) | |
| download | lua-github-ea69f17d989784f75433eb69de0ad2dbe6c7195a.tar.gz | |
macro 'tostring' is used only by 'luaV_concat'
Diffstat (limited to 'lvm.h')
| -rw-r--r-- | lvm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* -** $Id: lvm.h,v 2.24 2013/12/16 14:30:22 roberto Exp roberto $ +** $Id: lvm.h,v 2.25 2013/12/30 20:47:58 roberto Exp roberto $ ** Lua virtual machine ** See Copyright Notice in lua.h */ @@ -13,8 +13,6 @@ #include "ltm.h" -#define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) - #define tonumber(o,n) \ (ttisfloat(o) ? (*(n) = fltvalue(o), 1) : luaV_tonumber_(o,n)) |
