|
|
@@ -18,3 +18,16 @@
|
|
|
+#undef DEFAULT_PCC_STRUCT_RETURN
|
|
|
+#define DEFAULT_PCC_STRUCT_RETURN 1
|
|
|
|
|
|
+--- gcc/system.h.orig 2003-08-23 20:03:05.000000000 +0200
|
|
|
++++ gcc/system.h 2003-09-03 20:02:11.000000000 +0200
|
|
|
+@@ -314,10 +314,6 @@
|
|
|
+ extern char *strstr (const char *, const char *);
|
|
|
+ #endif
|
|
|
+
|
|
|
+-#ifdef HAVE_MALLOC_H
|
|
|
+-#include <malloc.h>
|
|
|
+-#endif
|
|
|
+-
|
|
|
+ #if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC
|
|
|
+ extern void *malloc (size_t);
|
|
|
+ #endif
|