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 --- lstring.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lstring.c') diff --git a/lstring.c b/lstring.c index 66817103..b2b73d2c 100644 --- a/lstring.c +++ b/lstring.c @@ -1,5 +1,5 @@ /* -** $Id: lstring.c,v 1.76 2002/08/30 19:09:21 roberto Exp roberto $ +** $Id: lstring.c,v 1.77 2002/11/13 11:32:26 roberto Exp roberto $ ** String table (keeps all strings handled by Lua) ** See Copyright Notice in lua.h */ @@ -7,6 +7,8 @@ #include +#define lstring_c + #include "lua.h" #include "lmem.h" -- cgit v1.2.3-55-g6feb