]> git.eshelyaron.com Git - emacs.git/commitdiff
(ABORT_RETURN_TYPE, FREE_RETURN_TYPE):
authorPaul Eggert <eggert@twinsun.com>
Mon, 22 Nov 1999 08:20:53 +0000 (08:20 +0000)
committerPaul Eggert <eggert@twinsun.com>
Mon, 22 Nov 1999 08:20:53 +0000 (08:20 +0000)
New macros.

src/s/sunos4-0.h

index e648aedab0fc2453d5ac71bc3c10167a6277c87e..78531499a274b56eb9a1ce58e88535f95b2c68e1 100644 (file)
 
 #define SYSTEM_MALLOC
 
+/* SunOS 4.x cc <stdlib.h> 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.  */