aboutsummaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-13 14:30:39 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-02-13 14:30:39 -0300
commit0f4903a5d79fb594115c5603072d0dce77b2b84e (patch)
tree96223404b48aef1a94b813e2ad03362701d0e0c1 /lua.stx
parent772f25d3dd3c5078988b8c06ddf64c3b78f7dfb6 (diff)
downloadlua-0f4903a5d79fb594115c5603072d0dce77b2b84e.tar.gz
lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.tar.bz2
lua-0f4903a5d79fb594115c5603072d0dce77b2b84e.zip
new header "lex.h".
Diffstat (limited to 'lua.stx')
-rw-r--r--lua.stx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.stx b/lua.stx
index f16630d3..7d83e62b 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,6 +1,6 @@
1%{ 1%{
2 2
3char *rcs_luastx = "$Id: lua.stx,v 3.29 1996/02/07 18:10:27 roberto Exp roberto $"; 3char *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"