From dd3a63c205a97339d8c8aec3cd49941bc10ba45c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 26 Mar 2001 11:31:49 -0300 Subject: new way to handle `profiles' --- lstrlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lstrlib.c') diff --git a/lstrlib.c b/lstrlib.c index c448f57e..a1f1acf7 100644 --- a/lstrlib.c +++ b/lstrlib.c @@ -1,5 +1,5 @@ /* -** $Id: lstrlib.c,v 1.66 2001/03/02 17:40:08 roberto Exp roberto $ +** $Id: lstrlib.c,v 1.67 2001/03/06 20:09:38 roberto Exp roberto $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ @@ -11,6 +11,7 @@ #include #include +#define LUA_PRIVATE #include "lua.h" #include "lauxlib.h" -- cgit v1.2.3-55-g6feb