deletion of 'include mm.h'

This commit is contained in:
Roberto Ierusalimschy 1994-10-18 16:34:47 -02:00
parent d7cb47fadf
commit 1a6536aaad
3 changed files with 3 additions and 10 deletions

View File

@ -3,7 +3,7 @@
** 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 <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>
#endif
#include "mm.h"
#include "lua.h"
#include "lualib.h"

View File

@ -3,15 +3,12 @@
** 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 <string.h>
#include <ctype.h>
#include "mm.h"
#include "lua.h"
#include "lualib.h"

View File

@ -3,13 +3,11 @@
** 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 <string.h>
#include "mm.h"
#include "opcode.h"
#include "tree.h"
#include "hash.h"