From: Chris Hanson <org/chris-hanson/cph>
Date: Sun, 19 Jul 1998 20:14:49 +0000 (+0000)
Subject: Changes for IRIX 6.x.
X-Git-Tag: 20090517-FFI~4770
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c60dea463e0cc153f1e5c87c5213eed01ec20b8e;p=mit-scheme.git

Changes for IRIX 6.x.
---

diff --git a/v7/src/microcode/bintopsb.c b/v7/src/microcode/bintopsb.c
index bc6757545..78e312858 100644
--- a/v7/src/microcode/bintopsb.c
+++ b/v7/src/microcode/bintopsb.c
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: bintopsb.c,v 9.67 1997/06/26 06:57:56 cph Exp $
+$Id: bintopsb.c,v 9.68 1998/07/19 20:14:49 cph Exp $
 
-Copyright (c) 1987-97 Massachusetts Institute of Technology
+Copyright (c) 1987-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -63,7 +63,9 @@ DEFUN (Load_Data, (Count, To_Where), long Count AND SCHEME_OBJECT *To_Where)
 
 /* Character macros and procedures */
 
+#ifndef _IRIX
 extern int strlen ();
+#endif
 
 #ifndef isalpha
 
diff --git a/v8/src/microcode/bintopsb.c b/v8/src/microcode/bintopsb.c
index b422dd7a6..7f19401cd 100644
--- a/v8/src/microcode/bintopsb.c
+++ b/v8/src/microcode/bintopsb.c
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: bintopsb.c,v 9.66 1995/07/26 23:03:33 adams Exp $
+$Id: bintopsb.c,v 9.67 1998/07/19 20:14:38 cph Exp $
 
-Copyright (c) 1987-1994 Massachusetts Institute of Technology
+Copyright (c) 1987-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -63,7 +63,9 @@ DEFUN (Load_Data, (Count, To_Where), long Count AND SCHEME_OBJECT *To_Where)
 
 /* Character macros and procedures */
 
+#ifndef _IRIX
 extern int strlen ();
+#endif
 
 #ifndef isalpha