mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 08:42:24 +00:00
Add isptest (active) and In.Mod (not yet used).
This commit is contained in:
parent
a4c372253b
commit
1e7d3ca4fd
6 changed files with 1317 additions and 18 deletions
|
|
@ -8,23 +8,6 @@
|
|||
#define __o_64
|
||||
#endif
|
||||
|
||||
// // Temporary while bootstrapping and clearing up SYSTEM.c.
|
||||
//
|
||||
// #ifndef LONGINT
|
||||
// #if defined (__o_64)
|
||||
// #define INTEGER int32
|
||||
// #define LONGINT int64
|
||||
// #define SET uint64
|
||||
// #else
|
||||
// #define INTEGER int16
|
||||
// #define LONGINT int32
|
||||
// #define SET uint32
|
||||
// #endif
|
||||
// #endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Declare memcpy in a way compatible with C compilers intrinsic
|
||||
// built in implementations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue