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 --- ltests.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 6846841d..adc1d260 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.146 2002/11/25 17:47:13 roberto Exp roberto $ +** $Id: ltests.c,v 1.147 2002/12/04 17:29:05 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -11,6 +11,7 @@ #include #include +#define ltests_c #include "lua.h" -- cgit v1.2.3-55-g6feb