aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lobject.h b/lobject.h
index 8efac91f..0653d062 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.86 2014/02/19 13:52:42 roberto Exp roberto $ 2** $Id: lobject.h,v 2.87 2014/04/29 18:14:16 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*/
@@ -500,8 +500,7 @@ LUAI_FUNC int luaO_utf8esc (char *buff, unsigned int x);
500LUAI_FUNC int luaO_ceillog2 (unsigned int x); 500LUAI_FUNC int luaO_ceillog2 (unsigned int x);
501LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1, 501LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
502 const TValue *p2, TValue *res); 502 const TValue *p2, TValue *res);
503LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result); 503LUAI_FUNC int luaO_str2num (const char *s, size_t len, TValue *o);
504LUAI_FUNC int luaO_str2int (const char *s, size_t len, lua_Integer *result);
505LUAI_FUNC int luaO_hexavalue (int c); 504LUAI_FUNC int luaO_hexavalue (int c);
506LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, 505LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
507 va_list argp); 506 va_list argp);