aboutsummaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
Diffstat (limited to 'lua.stx')
-rw-r--r--lua.stx4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua.stx b/lua.stx
index 44c57a80..75971a45 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,13 +1,11 @@
1%{ 1%{
2 2
3char *rcs_luastx = "$Id: lua.stx,v 2.9 1994/10/11 14:38:17 celes Exp celes $"; 3char *rcs_luastx = "$Id: lua.stx,v 2.10 1994/10/17 19:05:32 celes Exp roberto $";
4 4
5#include <stdio.h> 5#include <stdio.h>
6#include <stdlib.h> 6#include <stdlib.h>
7#include <string.h> 7#include <string.h>
8 8
9#include "mm.h"
10
11#include "opcode.h" 9#include "opcode.h"
12#include "hash.h" 10#include "hash.h"
13#include "inout.h" 11#include "inout.h"