diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-04-30 17:13:38 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-04-30 17:13:38 -0300 |
| commit | b4cd38ba6c148cf7db5deae6208b660c3417cac9 (patch) | |
| tree | 8818b5e364c8ad5489a9755d3fc24110bccfdfe2 /lcode.c | |
| parent | 079facab40542ff2e6be9ecc254fd148772b47c9 (diff) | |
| download | lua-github-b4cd38ba6c148cf7db5deae6208b660c3417cac9.tar.gz | |
new scheme for configuration through `luaconf.h'
Diffstat (limited to 'lcode.c')
| -rw-r--r-- | lcode.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* -** $Id: lcode.c,v 1.121 2003/12/09 16:56:11 roberto Exp roberto $ +** $Id: lcode.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -8,6 +8,7 @@ #include <stdlib.h> #define lcode_c +#define LUA_CORE #include "lua.h" |
