aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lobject.h b/lobject.h
index fb66dff7..2411410b 100644
--- a/lobject.h
+++ b/lobject.h
@@ -838,7 +838,7 @@ typedef struct Table {
838LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x); 838LUAI_FUNC int luaO_utf8esc (char *buff, unsigned long x);
839LUAI_FUNC lu_byte luaO_ceillog2 (unsigned int x); 839LUAI_FUNC lu_byte luaO_ceillog2 (unsigned int x);
840LUAI_FUNC lu_byte luaO_codeparam (unsigned int p); 840LUAI_FUNC lu_byte luaO_codeparam (unsigned int p);
841LUAI_FUNC l_obj luaO_applyparam (lu_byte p, l_obj x); 841LUAI_FUNC l_mem luaO_applyparam (lu_byte p, l_mem x);
842 842
843LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1, 843LUAI_FUNC int luaO_rawarith (lua_State *L, int op, const TValue *p1,
844 const TValue *p2, TValue *res); 844 const TValue *p2, TValue *res);