From a2ba8ab903698f830c3fd426a93c7b6de77226e4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 20 Nov 1994 08:23:29 +0000 Subject: [PATCH] Fix name conflict with new OS/2 primitive FILE-LENGTH. --- v7/src/microcode/prosfile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/prosfile.c b/v7/src/microcode/prosfile.c index 83ad4e71a..103dfe673 100644 --- a/v7/src/microcode/prosfile.c +++ b/v7/src/microcode/prosfile.c @@ -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); -- 2.25.1