commit 2cd6161060f3e9149e7a61a126bec76cd4f1b333 parent a102221a0b9f5aa9347b9b15943e39e9d631e0ae Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Wed, 5 Jun 2002 13:59:30 -0300 don't need stdio Diffstat:
M | lundump.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lundump.c b/lundump.c @@ -1,10 +1,9 @@ /* -** $Id: lundump.c,v 1.46 2002/05/07 17:36:56 roberto Exp roberto $ +** $Id: lundump.c,v 1.47 2002/05/15 18:57:44 roberto Exp roberto $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ -#include <stdio.h> #include <string.h> #include "lua.h"