diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-13 14:30:39 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-13 14:30:39 -0300 |
commit | 0f4903a5d79fb594115c5603072d0dce77b2b84e (patch) | |
tree | 96223404b48aef1a94b813e2ad03362701d0e0c1 /inout.c | |
parent | 772f25d3dd3c5078988b8c06ddf64c3b78f7dfb6 (diff) | |
download | lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.tar.gz lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.tar.bz2 lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.zip |
new header "lex.h".
Diffstat (limited to 'inout.c')
-rw-r--r-- | inout.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,15 +5,14 @@ | |||
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.29 1996/02/07 14:13:47 roberto Exp roberto $"; | 8 | char *rcs_inout="$Id: inout.c,v 2.30 1996/02/12 18:32:40 roberto Exp roberto $"; |
9 | 9 | ||
10 | #include <stdio.h> | 10 | #include <stdio.h> |
11 | #include <stdlib.h> | 11 | #include <stdlib.h> |
12 | #include <string.h> | 12 | #include <string.h> |
13 | 13 | ||
14 | #include "mem.h" | 14 | #include "lex.h" |
15 | #include "opcode.h" | 15 | #include "opcode.h" |
16 | #include "hash.h" | ||
17 | #include "inout.h" | 16 | #include "inout.h" |
18 | #include "table.h" | 17 | #include "table.h" |
19 | #include "tree.h" | 18 | #include "tree.h" |