Added `unspecific' to the end of the file so that it may be loaded
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 12 Jul 1995 19:43:43 +0000 (19:43 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 12 Jul 1995 19:43:43 +0000 (19:43 +0000)
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

index ef62e71f108302b9a6c5d7ee9156e35b8b2d554b..28ef1e7acf58c3c0ffef62803a7f34963f5e7336 100644 (file)
@@ -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