Fix name conflict with new OS/2 primitive FILE-LENGTH.
authorChris Hanson <org/chris-hanson/cph>
Sun, 20 Nov 1994 08:23:29 +0000 (08:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 20 Nov 1994 08:23:29 +0000 (08:23 +0000)
v7/src/microcode/prosfile.c

index 83ad4e71a584bb971804009239e76a29ec606efa..103dfe67330ffb14c45cb70e3fa6eac92561f918 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: prosfile.c,v 1.6 1993/06/24 07:09:24 gjr Exp $
+$Id: prosfile.c,v 1.7 1994/11/20 08:23:29 cph Exp $
 
-Copyright (c) 1987-1992 Massachusetts Institute of Technology
+Copyright (c) 1987-94 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -97,7 +97,7 @@ Second argument MODE says how to open the file:\n\
   }
 }
 
-DEFINE_PRIMITIVE ("FILE-LENGTH-NEW", Prim_file_length, 1, 1,
+DEFINE_PRIMITIVE ("FILE-LENGTH-NEW", Prim_file_length_new, 1, 1,
   "Return the length of CHANNEL in characters.")
 {
   PRIMITIVE_HEADER (1);