aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-06-05 13:59:52 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-06-05 13:59:52 -0300
commit2cd6161060f3e9149e7a61a126bec76cd4f1b333 (patch)
treefa85bbcffb64a5dd4b5df0383bf1fe738d1f24d8
parenta102221a0b9f5aa9347b9b15943e39e9d631e0ae (diff)
downloadlua-2cd6161060f3e9149e7a61a126bec76cd4f1b333.tar.gz
lua-2cd6161060f3e9149e7a61a126bec76cd4f1b333.tar.bz2
lua-2cd6161060f3e9149e7a61a126bec76cd4f1b333.zip
don't need stdio
-rw-r--r--lundump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lundump.c b/lundump.c
index 78f36ad8..57a36935 100644
--- a/lundump.c
+++ b/lundump.c
@@ -1,10 +1,9 @@
1/* 1/*
2** $Id: lundump.c,v 1.46 2002/05/07 17:36:56 roberto Exp roberto $ 2** $Id: lundump.c,v 1.47 2002/05/15 18:57:44 roberto Exp roberto $
3** load pre-compiled Lua chunks 3** load pre-compiled Lua chunks
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7#include <stdio.h>
8#include <string.h> 7#include <string.h>
9 8
10#include "lua.h" 9#include "lua.h"