diff options
author | bloodstalker <thabogre@gmail.com> | 2018-06-10 01:55:52 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-06-10 01:55:52 +0000 |
commit | c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0 (patch) | |
tree | c2b01bd58c150ce04771bd4da46b15d4411e217a /bruiser/luatablegen/resizable_limit_t_tablegen.h | |
parent | the codegen is working now. the generated codes will not be part of the repo ... (diff) | |
download | mutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.tar.gz mutator-c0b9f25bebcecd1b5b42ce9248594f05f82b9fc0.zip |
added the autogen files, should also fix travis
Diffstat (limited to '')
-rw-r--r-- | bruiser/luatablegen/resizable_limit_t_tablegen.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/bruiser/luatablegen/resizable_limit_t_tablegen.h b/bruiser/luatablegen/resizable_limit_t_tablegen.h new file mode 100644 index 0000000..bd9ab6f --- /dev/null +++ b/bruiser/luatablegen/resizable_limit_t_tablegen.h @@ -0,0 +1,34 @@ + +// automatically generated by luatablegen +#include "../lua-5.3.4/src/lua.h" +#include "../lua-5.3.4/src/lauxlib.h" +#include "../lua-5.3.4/src/lualib.h" +#include <inttypes.h> +#include <stdbool.h> +#ifndef _resizable_limit_t_H +#define _resizable_limit_t_H +#ifdef __cplusplus +extern "C" { +#endif + +#include "../wasm.h" + +static resizable_limit_t* convert_resizable_limit_t (lua_State* __ls, int index); +static resizable_limit_t* check_resizable_limit_t(lua_State* __ls, int index); +resizable_limit_t* push_resizable_limit_t(lua_State* __ls); +int resizable_limit_t_push_args(lua_State* __ls, resizable_limit_t* _st); +int new_resizable_limit_t(lua_State* __ls); +static int getter_resizable_limit_t_flags(lua_State* __ls); +static int getter_resizable_limit_t_initial(lua_State* __ls); +static int getter_resizable_limit_t_maximum(lua_State* __ls); +static int setter_resizable_limit_t_flags(lua_State* __ls); +static int setter_resizable_limit_t_initial(lua_State* __ls); +static int setter_resizable_limit_t_maximum(lua_State* __ls); +int resizable_limit_t_register(lua_State* __ls); + +#ifdef __cplusplus +} +#endif //end of extern c +#endif //end of inclusion guard + + |