diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-05-03 17:10:59 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-05-03 17:10:59 -0300 |
commit | 01ea523b80b347e62b2d653c652dbdc374ef08fb (patch) | |
tree | 6bffa9b6690396926564d9a0dc6bb9edb4f8fb51 /iolib.c | |
parent | 88cf0836fc76f85040b638ac3888b2340e7e9ac0 (diff) | |
download | lua-01ea523b80b347e62b2d653c652dbdc374ef08fb.tar.gz lua-01ea523b80b347e62b2d653c652dbdc374ef08fb.tar.bz2 lua-01ea523b80b347e62b2d653c652dbdc374ef08fb.zip |
small corrections.
Diffstat (limited to 'iolib.c')
-rw-r--r-- | iolib.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,11 +3,10 @@ | |||
3 | ** Input/output library to LUA | 3 | ** Input/output library to LUA |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_iolib="$Id: iolib.c,v 1.42 1996/04/23 12:43:07 roberto Exp roberto $"; | 6 | char *rcs_iolib="$Id: iolib.c,v 1.43 1996/04/30 21:13:55 roberto Exp roberto $"; |
7 | 7 | ||
8 | #include <stdio.h> | 8 | #include <stdio.h> |
9 | #include <ctype.h> | 9 | #include <ctype.h> |
10 | #include <sys/types.h> | ||
11 | #include <string.h> | 10 | #include <string.h> |
12 | #include <time.h> | 11 | #include <time.h> |
13 | #include <stdlib.h> | 12 | #include <stdlib.h> |
@@ -546,7 +545,7 @@ static void io_debug (void) | |||
546 | } | 545 | } |
547 | 546 | ||
548 | 547 | ||
549 | void lua_printstack (FILE *f) | 548 | static void lua_printstack (FILE *f) |
550 | { | 549 | { |
551 | int level = 0; | 550 | int level = 0; |
552 | lua_Object func; | 551 | lua_Object func; |