aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index 0653d062..e239f8c6 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.87 2014/04/29 18:14:16 roberto Exp roberto $ 2** $Id: lobject.h,v 2.88 2014/04/30 16:48:44 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,7 +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_str2num (const char *s, size_t len, TValue *o); 503LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o);
504LUAI_FUNC int luaO_hexavalue (int c); 504LUAI_FUNC int luaO_hexavalue (int c);
505LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt, 505LUAI_FUNC const char *luaO_pushvfstring (lua_State *L, const char *fmt,
506 va_list argp); 506 va_list argp);