From: Guillermo J. Rozas Date: Wed, 27 Oct 1993 23:54:39 +0000 (+0000) Subject: Remove SunOS conflicts when using Sun's cc. X-Git-Tag: 20090517-FFI~7662 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a591ae91674c6246355419c64aa76c654983855d;p=mit-scheme.git Remove SunOS conflicts when using Sun's cc. --- diff --git a/v7/src/microcode/dstack.h b/v7/src/microcode/dstack.h index 1a0bb251b..c89b2d77a 100644 --- a/v7/src/microcode/dstack.h +++ b/v7/src/microcode/dstack.h @@ -14,7 +14,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: dstack.h,v 1.7 1993/10/27 22:14:36 gjr Exp $ */ +/* $Id: dstack.h,v 1.8 1993/10/27 23:54:39 gjr Exp $ */ #ifndef __DSTACK_H__ #define __DSTACK_H__ @@ -22,12 +22,12 @@ #include "ansidecl.h" #include -extern void #ifndef _SUNOS4 +extern void EXFUN (abort, (void)), -#endif EXFUN (exit, (int)), EXFUN (free, (void *)); +#endif extern void EXFUN (dstack_initialize, (void)); /* Call this once to initialize the stack. */