diff options
| author | Lua Team <team@lua.org> | 2014-03-21 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2014-03-21 12:00:00 +0000 |
| commit | 05a6ab2dd30e7707c7d5424b905eb93a1dd5c5b2 (patch) | |
| tree | f24db6e4692bebf7031418ff9c3b51b345016023 /src/luac.c | |
| parent | 87cc247b6b22184fba47184c218a642ea7a49e96 (diff) | |
| download | lua-github-5.3.0-work2.tar.gz | |
Lua 5.3.0-work25.3.0-work2
Diffstat (limited to 'src/luac.c')
| -rw-r--r-- | src/luac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,7 +202,7 @@ int main(int argc, char* argv[]) return EXIT_SUCCESS; } -#define nvalue(x) 0 +#define nvalue(x) ((lua_Number)0) #define ttypenv(x) ttnov(x) /* ** $Id: print.c,v 1.69 2013/07/04 01:03:46 lhf Exp $ |
