Compile fix
This commit is contained in:
@@ -235,7 +235,7 @@ typedef uint16_t uchar;
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
typedef uint16_t char16_t;
|
typedef uint16_t char16_t;
|
||||||
typedef uint32_t char32_t;
|
typedef uint32_t char32_t;
|
||||||
#else
|
#elif defined(HL_NATIVE_UCHAR_FUN)
|
||||||
# include <uchar.h>
|
# include <uchar.h>
|
||||||
#endif
|
#endif
|
||||||
typedef char16_t uchar;
|
typedef char16_t uchar;
|
||||||
|
|||||||
@@ -5,11 +5,16 @@
|
|||||||
#define HL_NAME(n) hl_##n
|
#define HL_NAME(n) hl_##n
|
||||||
#include <hl.h>
|
#include <hl.h>
|
||||||
|
|
||||||
struct hl_varray : varray {};
|
typedef vdynamic hl_vdynamic;
|
||||||
struct hl_vstring : vstring {};
|
typedef vobj hl_vobj;
|
||||||
|
typedef vvirtual hl_vvirtual;
|
||||||
|
typedef varray hl_varray;
|
||||||
|
typedef vclosure hl_vclosure;
|
||||||
|
typedef vclosure_wrapper hl_vclosure_wrapper;
|
||||||
|
typedef vdynobj hl_vdynobj;
|
||||||
|
typedef venum hl_venum;
|
||||||
|
typedef vstring hl_vstring;
|
||||||
|
|
||||||
#undef hl_aptr
|
|
||||||
#define hl_aptr(a,t) ((t*)(((hl_varray*)(a))+1))
|
|
||||||
|
|
||||||
#include <hx/CFFIPrime.h>
|
#include <hx/CFFIPrime.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user