Changes for IRIX 6.x.
authorChris Hanson <org/chris-hanson/cph>
Sun, 19 Jul 1998 20:14:49 +0000 (20:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 19 Jul 1998 20:14:49 +0000 (20:14 +0000)
v7/src/microcode/bintopsb.c
v8/src/microcode/bintopsb.c

index bc67575455de237a6e0711890d19fc742a01e9d8..78e3128584825a1cfb24bcc90169ebdfc275d876 100644 (file)
@@ -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
 
index b422dd7a677b27309cbf031c01803a2c9d115776..7f19401cdee64659084c31f82d487316537cb4c5 100644 (file)
@@ -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