diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-10-21 17:00:12 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-10-21 17:00:12 -0200 |
commit | fb23cd2e26163da34e541b64f5cfd6168ce32840 (patch) | |
tree | 9f6dbd7a668c074691d77b7f26e031cd9d14e6d2 /lua.stx | |
parent | 2f1de3b1e14699f86ff762e95531c89b99db4727 (diff) | |
download | lua-fb23cd2e26163da34e541b64f5cfd6168ce32840.tar.gz lua-fb23cd2e26163da34e541b64f5cfd6168ce32840.tar.bz2 lua-fb23cd2e26163da34e541b64f5cfd6168ce32840.zip |
deletion of 'include mm.h'
Diffstat (limited to 'lua.stx')
-rw-r--r-- | lua.stx | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,13 +1,11 @@ | |||
1 | %{ | 1 | %{ |
2 | 2 | ||
3 | char *rcs_luastx = "$Id: lua.stx,v 2.9 1994/10/11 14:38:17 celes Exp celes $"; | 3 | char *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" |