SYSTEM.c0 fix for Darwin platform

This commit is contained in:
Norayr Chilingarian 2014-03-19 02:54:48 +04:00
parent 7ed322be79
commit f9e43e9445

View file

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