mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-07 02:12:24 +00:00
changed long to unsigned long in SYSTEM.h and SYSTEM.c0 to silence clang
warnings
Former-commit-id: 9200db9d21
This commit is contained in:
parent
4392bf4c5d
commit
c082d8e13c
7 changed files with 7 additions and 7 deletions
|
|
@ -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)();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue