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' --- ltests.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 8f20c67b..4b8fcd01 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.75 2001/03/07 13:22:55 roberto Exp roberto $ +** $Id: ltests.c,v 1.76 2001/03/09 18:05:05 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -12,6 +12,7 @@ #include +#define LUA_PRIVATE #include "lua.h" #include "lapi.h" -- cgit v1.2.3-55-g6feb