From 74bbe0246b590aed55d2b3b5b10930937e0ffd25 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 30 Jul 2003 17:18:49 +0000 Subject: [PATCH] Change EOF object to be an opaque type. --- v7/src/runtime/input.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/input.scm b/v7/src/runtime/input.scm index af37a993d..a635d251d 100644 --- a/v7/src/runtime/input.scm +++ b/v7/src/runtime/input.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: input.scm,v 14.24 2003/07/30 17:06:23 cph Exp $ +$Id: input.scm,v 14.25 2003/07/30 17:18:49 cph Exp $ Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology Copyright 1992,1993,1997,1999,2002,2003 Massachusetts Institute of Technology @@ -63,7 +63,7 @@ USA. (define (make-record-type ' '())) (define eof-object? (record-predicate )) -(define eof-object (make-eof-object)) +(define eof-object ((record-constructor ))) (define (make-eof-object port) port eof-object) ;;;; Input Procedures -- 2.25.1