Browse Source

deletion of 'include mm.h'

Roberto Ierusalimschy 31 years ago
parent
commit
1a6536aaad
3 changed files with 3 additions and 10 deletions
  1. 1 3
      iolib.c
  2. 1 4
      strlib.c
  3. 1 3
      table.c

+ 1 - 3
iolib.c

@@ -3,7 +3,7 @@
 ** Input/output library to LUA
 ** Input/output library to LUA
 */
 */
 
 
-char *rcs_iolib="$Id: iolib.c,v 1.11 1994/10/13 17:18:32 celes Exp celes $";
+char *rcs_iolib="$Id: iolib.c,v 1.12 1994/10/13 19:28:54 celes Exp roberto $";
 
 
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>
@@ -14,8 +14,6 @@ char *rcs_iolib="$Id: iolib.c,v 1.11 1994/10/13 17:18:32 celes Exp celes $";
 #include <floatingpoint.h>
 #include <floatingpoint.h>
 #endif
 #endif
 
 
-#include "mm.h"
-
 #include "lua.h"
 #include "lua.h"
 #include "lualib.h"
 #include "lualib.h"
 
 

+ 1 - 4
strlib.c

@@ -3,15 +3,12 @@
 ** String library to LUA
 ** String library to LUA
 */
 */
 
 
-char *rcs_strlib="$Id: strlib.c,v 1.2 1994/03/28 15:14:02 celes Exp celes $";
+char *rcs_strlib="$Id: strlib.c,v 1.3 1994/08/17 15:10:04 celes Exp roberto $";
 
 
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>
 #include <ctype.h>
 #include <ctype.h>
 
 
-#include "mm.h"
-
-
 #include "lua.h"
 #include "lua.h"
 #include "lualib.h"
 #include "lualib.h"
 
 

+ 1 - 3
table.c

@@ -3,13 +3,11 @@
 ** Module to control static tables
 ** Module to control static tables
 */
 */
 
 
-char *rcs_table="$Id: table.c,v 2.4 1994/10/17 19:03:23 celes Exp roberto $";
+char *rcs_table="$Id: table.c,v 2.5 1994/10/17 21:45:00 roberto Exp roberto $";
 
 
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>
 
 
-#include "mm.h"
-
 #include "opcode.h"
 #include "opcode.h"
 #include "tree.h"
 #include "tree.h"
 #include "hash.h"
 #include "hash.h"