From 27c6b4d42212eb0da07d9326470220818bb7b75f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 4 Dec 2002 15:38:31 -0200 Subject: each .c file defines its own name --- lua.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lua.c') diff --git a/lua.c b/lua.c index a257417b..1f303d20 100644 --- a/lua.c +++ b/lua.c @@ -1,5 +1,5 @@ /* -** $Id: lua.c,v 1.111 2002/12/04 15:38:25 roberto Exp roberto $ +** $Id: lua.c,v 1.112 2002/12/04 17:28:27 roberto Exp roberto $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ @@ -10,6 +10,8 @@ #include #include +#define lua_c + #include "lua.h" #include "lauxlib.h" -- cgit v1.2.3-55-g6feb