From: Paul Eggert Date: Mon, 22 Nov 1999 08:20:53 +0000 (+0000) Subject: (ABORT_RETURN_TYPE, FREE_RETURN_TYPE): X-Git-Tag: emacs-pretest-21.0.90~6031 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=493c3eed38f0f443f6d6ed8c0806c8ee0fbf7afd;p=emacs.git (ABORT_RETURN_TYPE, FREE_RETURN_TYPE): New macros. --- diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index e648aedab0f..78531499a27 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h @@ -24,6 +24,13 @@ #define SYSTEM_MALLOC +/* SunOS 4.x cc declares abort and free to return int. */ + +#ifndef __STDC__ +#define ABORT_RETURN_TYPE int +#define FREE_RETURN_TYPE int +#endif + #ifdef __GNUC__ /* We must define mkdir with this arg prototype to match GCC's fixed stat.h. */