The following patch may be less intrusive, and so more acceptable to
upstream:

--- evolver-2.23.original/src/include.h 2005-07-10 14:17:10.000000000 +0100
+++ evolver-2.23/src/include.h  2005-07-10 14:22:09.511149176 +0100
@@ -139,7 +139,7 @@
 /* MAXALLOC is maximum size allocable by calloc() */
 #define    MAXALLOC 0x7FFFFFFFL
 /* Some don't declare calloc, getenv, and bsearch in header files */
-#ifndef MAC_OS_X
+#if !defined(MAC_OS_X) && !defined(__STDC__)
 char *calloc();
 char *getenv();
 char *bsearch();


Regards,
Roger

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to