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 /lopcodes.c | |
parent | 079facab40542ff2e6be9ecc254fd148772b47c9 (diff) | |
download | lua-b4cd38ba6c148cf7db5deae6208b660c3417cac9.tar.gz lua-b4cd38ba6c148cf7db5deae6208b660c3417cac9.tar.bz2 lua-b4cd38ba6c148cf7db5deae6208b660c3417cac9.zip |
new scheme for configuration through `luaconf.h'
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.c,v 1.24 2003/05/14 12:09:12 roberto Exp roberto $ | 2 | ** $Id: lopcodes.c,v 1.25 2003/05/14 21:09:53 roberto Exp roberto $ |
3 | ** See Copyright Notice in lua.h | 3 | ** See Copyright Notice in lua.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | 6 | ||
7 | #define lopcodes_c | 7 | #define lopcodes_c |
8 | #define LUA_CORE | ||
8 | 9 | ||
9 | #include "lua.h" | 10 | #include "lua.h" |
10 | 11 | ||