diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-19 13:50:24 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-19 13:50:24 -0300 |
commit | 7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9 (patch) | |
tree | 8d32378e30754671340463a6cb5466b49c4c01e5 /inout.c | |
parent | 54ba642cc368c29d85e57fea85f963c01808e210 (diff) | |
download | lua-7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9.tar.gz lua-7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9.tar.bz2 lua-7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9.zip |
unused "#include"
Diffstat (limited to 'inout.c')
-rw-r--r-- | inout.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,10 +5,9 @@ | |||
5 | ** Also provides some predefined lua functions. | 5 | ** Also provides some predefined lua functions. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | char *rcs_inout="$Id: inout.c,v 2.33 1996/02/26 21:00:27 roberto Exp roberto $"; | 8 | char *rcs_inout="$Id: inout.c,v 2.34 1996/03/15 13:13:13 roberto Exp roberto $"; |
9 | 9 | ||
10 | #include <stdio.h> | 10 | #include <stdio.h> |
11 | #include <stdlib.h> | ||
12 | 11 | ||
13 | #include "lex.h" | 12 | #include "lex.h" |
14 | #include "opcode.h" | 13 | #include "opcode.h" |