From: Stephen Adams Date: Wed, 12 Jul 1995 19:43:43 +0000 (+0000) Subject: Added `unspecific' to the end of the file so that it may be loaded X-Git-Tag: 20090517-FFI~6181 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1d5be6f364a9cb0df8fbc50f0335808435b27903;p=mit-scheme.git 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. --- 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