changed long to unsigned long in SYSTEM.h and SYSTEM.c0 to silence clang

warnings


Former-commit-id: 9200db9d21
This commit is contained in:
Norayr Chilingarian 2014-04-10 14:03:53 +04:00
parent 4392bf4c5d
commit c082d8e13c
7 changed files with 7 additions and 7 deletions

BIN
ocat

Binary file not shown.

View file

@ -1 +1 @@
453f2fd03c64825b88b3d5e3ad8fdb3a8532e273 f5fd9a8471482e945d275319e4740da9a07a053f

View file

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

View file

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

View file

@ -1 +1 @@
010bb6a817032246428fa9066e43fbdecb07cfb5 fed33f8a353c8fba5bd7ac2003c83c4a88892d74

View file

@ -1 +1 @@
010bb6a817032246428fa9066e43fbdecb07cfb5 fed33f8a353c8fba5bd7ac2003c83c4a88892d74

View file

@ -1 +1 @@
1ca0276819a9bf5057381a36394ebd436928059a e540fb326c39faaae96b175f9c29224de97661e1