From ff91b355f451c7b7fc286d8ca9bc8613096f497d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 3 Jun 2002 11:09:57 -0300 Subject: no more use of stdio inside the core (except for `tostring'...) --- ltm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltm.c') diff --git a/ltm.c b/ltm.c index 7b7b64a2..54762902 100644 --- a/ltm.c +++ b/ltm.c @@ -1,11 +1,10 @@ /* -** $Id: ltm.c,v 1.91 2002/05/20 19:51:06 roberto Exp roberto $ +** $Id: ltm.c,v 1.92 2002/05/27 20:35:40 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ -#include #include #include "lua.h" -- cgit v1.2.3-55-g6feb