aboutsummaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-10-21 17:00:12 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-10-21 17:00:12 -0200
commitfb23cd2e26163da34e541b64f5cfd6168ce32840 (patch)
tree9f6dbd7a668c074691d77b7f26e031cd9d14e6d2 /lua.stx
parent2f1de3b1e14699f86ff762e95531c89b99db4727 (diff)
downloadlua-fb23cd2e26163da34e541b64f5cfd6168ce32840.tar.gz
lua-fb23cd2e26163da34e541b64f5cfd6168ce32840.tar.bz2
lua-fb23cd2e26163da34e541b64f5cfd6168ce32840.zip
deletion of 'include mm.h'
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"