aboutsummaryrefslogtreecommitdiff
path: root/lmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lmem.h')
-rw-r--r--lmem.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lmem.h b/lmem.h
index ac7ba9ae..94e81515 100644
--- a/lmem.h
+++ b/lmem.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lmem.h,v 1.3 1997/11/26 20:44:52 roberto Exp roberto $ 2** $Id: lmem.h,v 1.4 1997/12/01 20:30:44 roberto Exp roberto $
3** Interface to Memory Manager 3** Interface to Memory Manager
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -20,8 +20,6 @@
20#define tableEM "table overflow" 20#define tableEM "table overflow"
21#define memEM "not enough memory" 21#define memEM "not enough memory"
22 22
23void *luaM_buffer (unsigned long size);
24void luaM_clearbuffer (void);
25void *luaM_realloc (void *oldblock, unsigned long size); 23void *luaM_realloc (void *oldblock, unsigned long size);
26int luaM_growaux (void **block, unsigned long nelems, int size, 24int luaM_growaux (void **block, unsigned long nelems, int size,
27 char *errormsg, unsigned long limit); 25 char *errormsg, unsigned long limit);