aboutsummaryrefslogtreecommitdiff
path: root/lref.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 /lref.c
parentfdd04e7a7f624dad1a1443e08193241dea935287 (diff)
downloadlua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.gz
lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.bz2
lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.zip
default now is multi-state
Diffstat (limited to 'lref.c')
-rw-r--r--lref.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lref.c b/lref.c
index 26889cfb..7f144ba6 100644
--- a/lref.c
+++ b/lref.c
@@ -1,12 +1,10 @@
1/* 1/*
2** $Id: lref.c,v 1.15 2000/06/30 14:35:17 roberto Exp roberto $ 2** $Id: lref.c,v 1.16 2000/08/07 20:21:34 roberto Exp roberto $
3** reference mechanism 3** reference mechanism
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7 7
8#define LUA_REENTRANT
9
10#include "lua.h" 8#include "lua.h"
11 9
12#include "lapi.h" 10#include "lapi.h"