mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 19:12:25 +00:00
Revert "new system types tested on x86 and armv6, bootstrap binaries updated. --"
This reverts commitec6f3220cd[formerly5a6725d7da]. Former-commit-id:b899460455
This commit is contained in:
parent
ec6f3220cd
commit
cfe72ae364
14 changed files with 9 additions and 56 deletions
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
|||
*/
|
||||
|
||||
#include <alloca.h>
|
||||
#include <stdint.h> /* for type sizes -- noch */
|
||||
|
||||
//extern void *memcpy(void *dest, const void *src, long n);
|
||||
extern void *memcpy(void *dest, const void *src, size_t n);
|
||||
|
|
@ -38,10 +37,6 @@ typedef double LONGREAL;
|
|||
typedef unsigned long SET;
|
||||
typedef void *SYSTEM_PTR;
|
||||
typedef unsigned char SYSTEM_BYTE;
|
||||
typedef int8_t SYSTEM_INT8;
|
||||
typedef int16_t SYSTEM_INT16;
|
||||
typedef int32_t SYSTEM_INT32;
|
||||
typedef int64_t SYSTEM_INT64;
|
||||
|
||||
/* runtime system routines */
|
||||
extern long SYSTEM_DIV();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue