diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-05 13:59:52 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-05 13:59:52 -0300 |
commit | 2cd6161060f3e9149e7a61a126bec76cd4f1b333 (patch) | |
tree | fa85bbcffb64a5dd4b5df0383bf1fe738d1f24d8 | |
parent | a102221a0b9f5aa9347b9b15943e39e9d631e0ae (diff) | |
download | lua-2cd6161060f3e9149e7a61a126bec76cd4f1b333.tar.gz lua-2cd6161060f3e9149e7a61a126bec76cd4f1b333.tar.bz2 lua-2cd6161060f3e9149e7a61a126bec76cd4f1b333.zip |
don't need stdio
-rw-r--r-- | lundump.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |