CHDK_DE Vorschauversion
Trunk Rev. 6014
|
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | MAX_SIZET ((size_t)(~(size_t)0)-2) |
#define | MAX_LUMEM ((lu_mem)(~(lu_mem)0)-2) |
#define | MAX_INT (INT_MAX-2) /* maximum value of an int (-2 for safety) */ |
#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)) /* to avoid warnings */ |
#define | cast(t, exp) ((t)(exp)) |
#define | cast_byte(i) cast(lu_byte, (i)) |
#define | cast_num(i) cast(lua_Number, (i)) |
#define | cast_int(i) cast(int, (i)) |
#define | MAXSTACK 250 |
#define | MINSTRTABSIZE 32 |
#define | LUA_MINBUFFER 32 |
#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) |
Typdefinitionen | |
typedef LUAI_UINT32 | lu_int32 |
typedef LUAI_UMEM | lu_mem |
typedef LUAI_MEM | l_mem |
typedef unsigned char | lu_byte |
typedef LUAI_USER_ALIGNMENT_T | L_Umaxalign |
typedef LUAI_UACNUMBER | l_uacNumber |
typedef lu_int32 | Instruction |
#define api_check luai_apicheck |
#define cast_num | ( | i) | cast(lua_Number, (i)) |
#define luai_threadyield | ( | L) | {lua_unlock(L); lua_lock(L);} |
#define MAX_INT (INT_MAX-2) /* maximum value of an int (-2 for safety) */ |
typedef lu_int32 Instruction |
typedef LUAI_UACNUMBER l_uacNumber |
typedef LUAI_USER_ALIGNMENT_T L_Umaxalign |
typedef LUAI_UINT32 lu_int32 |