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 40977e99..8e7916a1 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.70 2012/05/11 14:10:50 roberto Exp $ 2** $Id: lobject.h,v 2.73 2013/04/15 15:44:46 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*/
@@ -498,6 +498,7 @@ LUAI_FUNC int luaO_fb2int (int x);
498LUAI_FUNC int luaO_ceillog2 (unsigned int x); 498LUAI_FUNC int luaO_ceillog2 (unsigned int x);
499LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2); 499LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2);
500LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result); 500LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result);
501LUAI_FUNC int luaO_str2int (const char *s, lua_Integer *result);
501LUAI_FUNC int luaO_hexavalue (int c); 502LUAI_FUNC int luaO_hexavalue (int c);
502LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, 503LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
503 va_list argp); 504 va_list argp);