aboutsummaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lualib.h')
-rw-r--r--lualib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lualib.h b/lualib.h
index 463951ab..30dcda34 100644
--- a/lualib.h
+++ b/lualib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lualib.h,v 1.10 2000/08/09 19:16:57 roberto Exp roberto $ 2** $Id: lualib.h,v 1.11 2000/09/05 19:33:32 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*/
@@ -10,6 +10,9 @@
10 10
11#include "lua.h" 11#include "lua.h"
12 12
13
14#define LUA_ALERT "_ALERT"
15
13void lua_baselibopen (lua_State *L); 16void lua_baselibopen (lua_State *L);
14void lua_iolibopen (lua_State *L); 17void lua_iolibopen (lua_State *L);
15void lua_strlibopen (lua_State *L); 18void lua_strlibopen (lua_State *L);