equal
deleted
inserted
replaced
12 |
12 |
13 interface |
13 interface |
14 uses uConsts; |
14 uses uConsts; |
15 {.$DEFINE LUA_GETHOOK} |
15 {.$DEFINE LUA_GETHOOK} |
16 |
16 |
|
17 {$INCLUDE "config.inc"} |
|
18 const LuaLibName = cLuaLibrary; |
|
19 |
17 type |
20 type |
18 size_t = Cardinal; |
21 size_t = Cardinal; |
19 Psize_t = ^size_t; |
22 Psize_t = ^size_t; |
20 PPointer = ^Pointer; |
23 PPointer = ^Pointer; |
21 |
24 |
22 lua_State = record end; |
25 lua_State = record end; |
23 Plua_State = ^lua_State; |
26 Plua_State = ^lua_State; |
24 |
|
25 {$DEFINE LuaLibName:= cLuaLibrary} |
|
26 |
|
27 |
27 |
28 (*****************************************************************************) |
28 (*****************************************************************************) |
29 (* luaconfig.h *) |
29 (* luaconfig.h *) |
30 (*****************************************************************************) |
30 (*****************************************************************************) |
31 |
31 |