mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Refactor SetIntType to work with byte size directly. Prepare to revert my incorrect VAL changes.
This commit is contained in:
parent
b35ac4a32d
commit
8f82f6e47b
204 changed files with 1092 additions and 1128 deletions
|
|
@ -4,6 +4,8 @@
|
|||
#ifndef _WIN32
|
||||
|
||||
// Building for a Unix/Linux based system
|
||||
|
||||
// TODO: Remove these includes
|
||||
#include <string.h> // For memcpy ...
|
||||
#include <stdint.h> // For uintptr_t ...
|
||||
|
||||
|
|
@ -70,6 +72,7 @@ typedef unsigned char U_SHORTINT;
|
|||
#endif
|
||||
|
||||
typedef U_LONGINT SET;
|
||||
typedef U_LONGINT U_SET;
|
||||
|
||||
|
||||
// OS Memory allocation interfaces are in PlatformXXX.Mod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue