summaryrefslogtreecommitdiffstats
path: root/lua/lualib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lualib.h')
-rw-r--r--lua/lualib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/lualib.h b/lua/lualib.h
index da82005..5165c0f 100644
--- a/lua/lualib.h
+++ b/lua/lualib.h
@@ -1,5 +1,5 @@
/*
-** $Id: lualib.h,v 1.43.1.1 2013/04/12 18:48:47 roberto Exp $
+** $Id: lualib.h,v 1.44 2014/02/06 17:32:33 roberto Exp $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
@@ -29,6 +29,9 @@ LUAMOD_API int (luaopen_os) (lua_State *L);
#define LUA_STRLIBNAME "string"
LUAMOD_API int (luaopen_string) (lua_State *L);
+#define LUA_UTF8LIBNAME "utf8"
+LUAMOD_API int (luaopen_utf8) (lua_State *L);
+
#define LUA_BITLIBNAME "bit32"
LUAMOD_API int (luaopen_bit32) (lua_State *L);