From b4cd38ba6c148cf7db5deae6208b660c3417cac9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 30 Apr 2004 17:13:38 -0300 Subject: new scheme for configuration through `luaconf.h' --- lopcodes.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lopcodes.c') diff --git a/lopcodes.c b/lopcodes.c index ad903c10..d84f402e 100644 --- a/lopcodes.c +++ b/lopcodes.c @@ -1,10 +1,11 @@ /* -** $Id: lopcodes.c,v 1.24 2003/05/14 12:09:12 roberto Exp roberto $ +** $Id: lopcodes.c,v 1.25 2003/05/14 21:09:53 roberto Exp roberto $ ** See Copyright Notice in lua.h */ #define lopcodes_c +#define LUA_CORE #include "lua.h" -- cgit v1.2.3-55-g6feb