#include <limits.h>
#include <stddef.h>
#include <lua/lua.h>
Go to the source code of this file.
Define Documentation
#define MAX_SIZET ((size_t)(~(size_t)0)-2) |
#define MAX_INT (INT_MAX-2) |
#define IntPoint |
( |
|
p | ) |
((unsigned int)(lu_mem)(p)) |
#define lua_assert |
( |
|
c | ) |
((void)0) |
#define check_exp |
( |
|
c, |
|
|
|
e |
|
) |
| (e) |
#define api_check luai_apicheck |
#define UNUSED |
( |
|
x | ) |
((void)(x)) |
#define cast |
( |
|
t, |
|
|
|
exp |
|
) |
| ((t)(exp)) |
#define cast_byte |
( |
|
i | ) |
cast(lu_byte, (i)) |
#define cast_int |
( |
|
i | ) |
cast(int, (i)) |
#define lua_lock |
( |
|
L | ) |
((void) 0) |
#define lua_unlock |
( |
|
L | ) |
((void) 0) |
#define luai_threadyield |
( |
|
L | ) |
{lua_unlock(L); lua_lock(L);} |
#define condhardstacktests |
( |
|
x | ) |
((void)0) |
Typedef Documentation