same fixes as in previous commit for gcc

Former-commit-id: b72099fddc
This commit is contained in:
Norayr Chilingarian 2014-04-10 14:09:01 +04:00
parent c082d8e13c
commit ebf8f5861e
6 changed files with 6 additions and 6 deletions

BIN
ocat

Binary file not shown.

View file

@ -1 +1 @@
f5fd9a8471482e945d275319e4740da9a07a053f
f07ace957803c4f8f91afdd2a7203923b90e47b5

View file

@ -20,7 +20,7 @@
#include "varargs.h"
#endif
extern void *malloc(long size);
extern void *malloc(unsigned long size);
extern void exit(int status);
void (*SYSTEM_Halt)();

View file

@ -13,8 +13,8 @@ uses double # as concatenation operator
#include <alloca.h>
extern void *memcpy(void *dest, const void *src, long n);
extern void *malloc(long size);
extern void *memcpy(void *dest, const void *src, unsigned long n);
extern void *malloc(unsigned long size);
extern void exit(int status);
#define export

View file

@ -1 +1 @@
fed33f8a353c8fba5bd7ac2003c83c4a88892d74
5868f635083b8744630e51f3e436490d72f0e77f

View file

@ -1 +1 @@
e540fb326c39faaae96b175f9c29224de97661e1
5868f635083b8744630e51f3e436490d72f0e77f