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 --- lstrlib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lstrlib.c') diff --git a/lstrlib.c b/lstrlib.c index 1b3e75a7..64f731b8 100644 --- a/lstrlib.c +++ b/lstrlib.c @@ -1,5 +1,5 @@ /* -** $Id: lstrlib.c,v 1.90 2002/11/14 15:41:38 roberto Exp roberto $ +** $Id: lstrlib.c,v 1.91 2002/11/25 17:33:33 roberto Exp roberto $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ @@ -11,6 +11,8 @@ #include #include +#define lstrlib_c + #include "lua.h" #include "lauxlib.h" -- cgit v1.2.3-55-g6feb