aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lobject.h b/lobject.h
index 93356dd2..8097853c 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.99 2014/07/18 14:46:47 roberto Exp roberto $ 2** $Id: lobject.h,v 2.100 2014/07/29 16:22:24 roberto Exp roberto $
3** Type definitions for Lua objects 3** Type definitions for Lua objects
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -527,6 +527,7 @@ LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
527 const TValue *p2, TValue *res); 527 const TValue *p2, TValue *res);
528LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o); 528LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o);
529LUAI_FUNC int luaO_hexavalue (int c); 529LUAI_FUNC int luaO_hexavalue (int c);
530LUAI_FUNC void luaO_tostring (lua_State *L, StkId obj);
530LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, 531LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
531 va_list argp); 532 va_list argp);
532LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...); 533LUAI_FUNC const char *luaO_pushfstring (lua_State *L, const char *fmt, ...);