mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Fix IRA compilation under Cygwin.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- ira/supp.h 2015-09-11 09:25:13.000000000 +0200
|
||||
+++ ira/supp.h 2015-09-11 10:29:42.000000000 +0200
|
||||
@@ -58,7 +58,7 @@
|
||||
#define lmovmem(x,y,a) memmove(y,x,(a)*sizeof(LONG))
|
||||
|
||||
void ExitPrg(CONST_STRPTR , ...);
|
||||
-char *itoa(long);
|
||||
+char *itostr(long);
|
||||
char *itohex(unsigned long, unsigned long);
|
||||
void mnecat(const char *);
|
||||
void adrcat(const char *);
|
||||
Reference in New Issue
Block a user