details (for regularity)

This commit is contained in:
Roberto Ierusalimschy
1998-12-15 12:59:43 -02:00
parent 5ca2709ba0
commit 21cff3015a
4 changed files with 26 additions and 29 deletions

7
lmem.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: lmem.h,v 1.4 1997/12/01 20:30:44 roberto Exp roberto $
** $Id: lmem.h,v 1.5 1997/12/17 20:48:58 roberto Exp roberto $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
@@ -8,10 +8,7 @@
#define lmem_h
#ifndef NULL
#define NULL 0
#endif
#include <stdlib.h>
/* memory error messages */
#define codeEM "code size overflow"