Fix pagination.
authorChris Hanson <org/chris-hanson/cph>
Mon, 18 May 1998 03:04:27 +0000 (03:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 18 May 1998 03:04:27 +0000 (03:04 +0000)
v7/src/sf/pardec.scm
v7/src/sf/pthmap.scm

index f64d3a1fa82756bade15880e3fd059c7eed92f20..14c9e6ec77f00a12cb680d5a27ee492718cf54f6 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: pardec.scm,v 4.9 1993/09/01 00:10:24 cph Exp $
+$Id: pardec.scm,v 4.10 1998/05/18 03:03:50 cph Exp $
 
-Copyright (c) 1988-1993 Massachusetts Institute of Technology
+Copyright (c) 1988-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -258,7 +258,7 @@ MIT in each case. |#
                      (list
                       (make-declaration operation
                                         (if (symbol? name)
-                                            (block/lookup-name block name true)
+                                            (block/lookup-name block name #t)
                                             name)
                                         (make-integration-info
                                          (copy/expression/extern block value))
index 28ef1e7acf58c3c0ffef62803a7f34963f5e7336..079a2f8575484d03c00755082d6290cd50d8e834 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$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 $
+$Id: pthmap.scm,v 4.4 1998/05/18 03:04:27 cph Exp $
 
-Copyright (c) 1987-1995 Massachusetts Institute of Technology
+Copyright (c) 1987-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and