From: Chris Hanson Date: Mon, 20 Jul 1998 06:52:53 +0000 (+0000) Subject: Changes for IRIX 6.x. X-Git-Tag: 20090517-FFI~4757 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b4f59a4cace7131a42f1c73587328df2ebd5f763;p=mit-scheme.git Changes for IRIX 6.x. --- diff --git a/v7/src/microcode/fasload.c b/v7/src/microcode/fasload.c index cc02d58a9..ec07ffe55 100644 --- a/v7/src/microcode/fasload.c +++ b/v7/src/microcode/fasload.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: fasload.c,v 9.84 1998/07/20 06:48:16 cph Exp $ +$Id: fasload.c,v 9.85 1998/07/20 06:50:07 cph Exp $ Copyright (c) 1987-98 Massachusetts Institute of Technology @@ -62,10 +62,10 @@ static Tchannel load_channel; #ifdef _POSIX #include #else -extern char * EXFUN (malloc, (int)); extern int EXFUN (strlen, (const char *)); extern char * EXFUN (strcpy, (char *, const char *)); #endif +extern char * EXFUN (malloc, (int)); extern char * Error_Names []; extern char * Abort_Names []; diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index 6da750dba..93caf64fd 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: option.c,v 1.46 1998/07/20 04:15:14 cph Exp $ +$Id: option.c,v 1.47 1998/07/20 06:52:53 cph Exp $ Copyright (c) 1990-98 Massachusetts Institute of Technology @@ -59,11 +59,12 @@ extern int atoi (); #include #include +extern char * EXFUN (malloc, (int)); #else /* not _POSIX */ extern int strlen (); -extern char * malloc (); +extern char * EXFUN (malloc, (int)); #endif /* not _POSIX */ #endif /* not WINNT */