aboutsummaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lualib.h')
-rw-r--r--lualib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualib.h b/lualib.h
index b9cde856..730714a9 100644
--- a/lualib.h
+++ b/lualib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lualib.h,v 1.17 2001/02/23 17:17:25 roberto Exp roberto $ 2** $Id: lualib.h,v 1.18 2001/02/23 17:28:12 roberto Exp roberto $
3** Lua standard libraries 3** Lua standard libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -16,7 +16,7 @@
16#endif 16#endif
17 17
18 18
19#define LUA_ALERT "_ALERT" 19#define LUA_ALERT l_s("_ALERT")
20 20
21LUALIB_API void lua_baselibopen (lua_State *L); 21LUALIB_API void lua_baselibopen (lua_State *L);
22LUALIB_API void lua_iolibopen (lua_State *L); 22LUALIB_API void lua_iolibopen (lua_State *L);