mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Switch SYSTEM.h uintptr type from int64 to size_t, 32 bit working again.
This commit is contained in:
parent
cdd8a26481
commit
a730d6c96b
6 changed files with 11 additions and 12 deletions
|
|
@ -39,8 +39,8 @@ typedef unsigned short int uint16;
|
||||||
typedef signed char int8;
|
typedef signed char int8;
|
||||||
typedef unsigned char uint8;
|
typedef unsigned char uint8;
|
||||||
|
|
||||||
//#define uintptr size_t
|
#define uintptr size_t
|
||||||
#define uintptr int64
|
//#define uintptr int64
|
||||||
|
|
||||||
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
||||||
// nothing respectively.
|
// nothing respectively.
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,8 @@ typedef unsigned short int uint16;
|
||||||
typedef signed char int8;
|
typedef signed char int8;
|
||||||
typedef unsigned char uint8;
|
typedef unsigned char uint8;
|
||||||
|
|
||||||
//#define uintptr size_t
|
#define uintptr size_t
|
||||||
#define uintptr int64
|
//#define uintptr int64
|
||||||
|
|
||||||
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
||||||
// nothing respectively.
|
// nothing respectively.
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,8 @@ typedef unsigned short int uint16;
|
||||||
typedef signed char int8;
|
typedef signed char int8;
|
||||||
typedef unsigned char uint8;
|
typedef unsigned char uint8;
|
||||||
|
|
||||||
//#define uintptr size_t
|
#define uintptr size_t
|
||||||
#define uintptr int64
|
//#define uintptr int64
|
||||||
|
|
||||||
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
||||||
// nothing respectively.
|
// nothing respectively.
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,8 @@ typedef unsigned short int uint16;
|
||||||
typedef signed char int8;
|
typedef signed char int8;
|
||||||
typedef unsigned char uint8;
|
typedef unsigned char uint8;
|
||||||
|
|
||||||
//#define uintptr size_t
|
#define uintptr size_t
|
||||||
#define uintptr int64
|
//#define uintptr int64
|
||||||
|
|
||||||
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
||||||
// nothing respectively.
|
// nothing respectively.
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,8 @@ typedef unsigned short int uint16;
|
||||||
typedef signed char int8;
|
typedef signed char int8;
|
||||||
typedef unsigned char uint8;
|
typedef unsigned char uint8;
|
||||||
|
|
||||||
//#define uintptr size_t
|
#define uintptr size_t
|
||||||
#define uintptr int64
|
//#define uintptr int64
|
||||||
|
|
||||||
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
||||||
// nothing respectively.
|
// nothing respectively.
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,7 @@ typedef unsigned short int uint16;
|
||||||
typedef signed char int8;
|
typedef signed char int8;
|
||||||
typedef unsigned char uint8;
|
typedef unsigned char uint8;
|
||||||
|
|
||||||
//#define uintptr size_t
|
#define uintptr size_t
|
||||||
#define uintptr int64
|
|
||||||
|
|
||||||
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
||||||
// nothing respectively.
|
// nothing respectively.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue