mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12: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,7 @@ typedef unsigned short int uint16;
|
|||
typedef signed char int8;
|
||||
typedef unsigned char uint8;
|
||||
|
||||
//#define uintptr size_t
|
||||
#define uintptr int64
|
||||
#define uintptr size_t
|
||||
|
||||
// The compiler uses 'import' and 'export' which translate to 'extern' and
|
||||
// nothing respectively.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue