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 /lua.stx | |
parent | 772f25d3dd3c5078988b8c06ddf64c3b78f7dfb6 (diff) | |
download | lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.tar.gz lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.tar.bz2 lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.zip |
new header "lex.h".
Diffstat (limited to 'lua.stx')
-rw-r--r-- | lua.stx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | %{ | 1 | %{ |
2 | 2 | ||
3 | char *rcs_luastx = "$Id: lua.stx,v 3.29 1996/02/07 18:10:27 roberto Exp roberto $"; | 3 | char *rcs_luastx = "$Id: lua.stx,v 3.30 1996/02/12 18:32:40 roberto Exp roberto $"; |
4 | 4 | ||
5 | #include <stdio.h> | 5 | #include <stdio.h> |
6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
@@ -8,6 +8,7 @@ char *rcs_luastx = "$Id: lua.stx,v 3.29 1996/02/07 18:10:27 roberto Exp roberto | |||
8 | 8 | ||
9 | #include "luadebug.h" | 9 | #include "luadebug.h" |
10 | #include "mem.h" | 10 | #include "mem.h" |
11 | #include "lex.h" | ||
11 | #include "opcode.h" | 12 | #include "opcode.h" |
12 | #include "hash.h" | 13 | #include "hash.h" |
13 | #include "inout.h" | 14 | #include "inout.h" |