From c82e62b302fa5531a642342da025e0401b2c1b04 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 27 Oct 1993 22:15:12 +0000 Subject: [PATCH] SunOS 4.1.? declares abort to return int. --- v7/src/microcode/obstack.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v7/src/microcode/obstack.h b/v7/src/microcode/obstack.h index 98ba9e35b..33ce94d61 100644 --- a/v7/src/microcode/obstack.h +++ b/v7/src/microcode/obstack.h @@ -141,8 +141,10 @@ struct obstack /* control current object in current chunk */ /* Declare the external functions we use; they are in obstack.c. */ +#ifndef _SUNOS4 extern void EXFUN (abort, (void)); +#endif #ifdef __STDC__ extern void _obstack_newchunk (struct obstack *, int); -- 2.25.1