summaryrefslogtreecommitdiff
path: root/lmem.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-08-09 16:16:57 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-08-09 16:16:57 -0300
commite238efc5367a8d88757dd84df0683e1d8d9f9211 (patch)
treec460226a60d7598193fa4fe87d1736d80bd5bfab /lmem.c
parentfdd04e7a7f624dad1a1443e08193241dea935287 (diff)
downloadlua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.gz
lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.bz2
lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.zip
default now is multi-state
Diffstat (limited to 'lmem.c')
-rw-r--r--lmem.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lmem.c b/lmem.c
index 79a3e335..9841092a 100644
--- a/lmem.c
+++ b/lmem.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lmem.c,v 1.34 2000/06/26 19:28:31 roberto Exp roberto $ 2** $Id: lmem.c,v 1.35 2000/08/04 19:38:35 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*/
@@ -7,8 +7,6 @@
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9 9
10#define LUA_REENTRANT
11
12#include "lua.h" 10#include "lua.h"
13 11
14#include "ldo.h" 12#include "ldo.h"