diff options
author | aunsane <aunsane@gmail.com> | 2016-12-27 00:46:46 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2016-12-27 00:47:12 +0300 |
commit | 4f5ab8c9b5866c4445d8f37f608244ea9bf4494f (patch) | |
tree | 2e1e5a3dee91e0c8f9aed1cdc8f2465d9e1b3d35 /libs/liblua/src/lobject.h | |
parent | ab80b3e01ac99d5f31e2de10bf8299579afa87b4 (diff) |
Updated lua lib to 5.3.4
Diffstat (limited to 'libs/liblua/src/lobject.h')
-rw-r--r-- | libs/liblua/src/lobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/liblua/src/lobject.h b/libs/liblua/src/lobject.h index 2d52b41592..eeddfdef50 100644 --- a/libs/liblua/src/lobject.h +++ b/libs/liblua/src/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 2.116 2015/11/03 18:33:10 roberto Exp $ +** $Id: lobject.h,v 2.116 2015/11/03 18:33:10 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -407,7 +407,7 @@ typedef struct LocVar { typedef struct Proto { CommonHeader; lu_byte numparams; /* number of fixed parameters */ - lu_byte is_vararg; /* 2: declared vararg; 1: uses vararg */ + lu_byte is_vararg; lu_byte maxstacksize; /* number of registers needed by this function */ int sizeupvalues; /* size of 'upvalues' */ int sizek; /* size of 'k' */ |