From 1d5be6f364a9cb0df8fbc50f0335808435b27903 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 12 Jul 1995 19:43:43 +0000 Subject: [PATCH] Added `unspecific' to the end of the file so that it may be loaded into an interpreted runtime band without causing an error from the reference trap that was returned ast the value of the last expression. --- v7/src/sf/pthmap.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/sf/pthmap.scm b/v7/src/sf/pthmap.scm index ef62e71f1..28ef1e7ac 100644 --- a/v7/src/sf/pthmap.scm +++ b/v7/src/sf/pthmap.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/pthmap.scm,v 4.2 1995/04/28 12:35:59 adams Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/pthmap.scm,v 4.3 1995/07/12 19:43:43 adams Exp $ Copyright (c) 1987-1995 Massachusetts Institute of Technology @@ -135,4 +135,4 @@ MIT in each case. |# (make-node-list pathname)) value))) -) \ No newline at end of file +unspecific) \ No newline at end of file -- 2.25.1