aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lauxlib.h b/lauxlib.h
index 70b5d26a..1898e95e 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lauxlib.h,v 1.17 1999/12/29 16:24:03 roberto Exp roberto $ 2** $Id: lauxlib.h,v 1.18 2000/05/24 13:54:49 roberto Exp roberto $
3** Auxiliary functions for building Lua libraries 3** Auxiliary functions for building Lua libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -45,7 +45,7 @@ void luaL_oldbuffer (lua_State *L, size_t old);
45char *luaL_buffer (lua_State *L); 45char *luaL_buffer (lua_State *L);
46 46
47 47
48#ifdef LUA_REENTRANT 48#ifndef LUA_SINGLESTATE
49 49
50/* 50/*
51** =============================================================== 51** ===============================================================