diff options
author | ThePhD <phdofthehouse@gmail.com> | 2017-09-13 00:44:25 -0400 |
---|---|---|
committer | ThePhD <phdofthehouse@gmail.com> | 2017-09-13 00:44:25 -0400 |
commit | 7320d58358de2d981135e7d8ef03eaed665bb2bc (patch) | |
tree | 6af8ab08b01f3873f6f10b5c1ea628f8d69c540c /README.md | |
parent | 08212947bb97a5fffa2e56ddd6313710758896d0 (diff) | |
download | lua-compat-5.3-7320d58358de2d981135e7d8ef03eaed665bb2bc.tar.gz lua-compat-5.3-7320d58358de2d981135e7d8ef03eaed665bb2bc.tar.bz2 lua-compat-5.3-7320d58358de2d981135e7d8ef03eaed665bb2bc.zip |
define LUA_ERRGCMM code for return values
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ For Lua 5.1 additionally: | |||
142 | 142 | ||
143 | For Lua 5.1 additionally: | 143 | For Lua 5.1 additionally: |
144 | * `LUA_OK` | 144 | * `LUA_OK` |
145 | * `LUA_ERRGCMM` | ||
145 | * `LUA_OP*` macros for `lua_arith` and `lua_compare` | 146 | * `LUA_OP*` macros for `lua_arith` and `lua_compare` |
146 | * `lua_Unsigned` | 147 | * `lua_Unsigned` |
147 | * `lua_absindex` | 148 | * `lua_absindex` |