Fix stupid bug involving `standard-unparser'; it requires 2 arguments,
authorHal Abelson <edu/mit/hal>
Sat, 16 Jul 1988 20:54:39 +0000 (20:54 +0000)
committerHal Abelson <edu/mit/hal>
Sat, 16 Jul 1988 20:54:39 +0000 (20:54 +0000)
the second is no longer optional.  Check for other occurrences of
this.

v7/src/compiler/base/ctypes.scm

index 6bbb04be22bb02e273d73acacd681f6e5aa44168..6f6af520acd87fcdea391b08649b6fc705bcce6d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/ctypes.scm,v 4.3 1988/06/14 08:31:42 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/ctypes.scm,v 4.4 1988/07/16 20:54:39 hal Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -65,7 +65,7 @@ MIT in each case. |#
   (lambda (state application)
     ((case (application-type application)
        ((COMBINATION)
-       (standard-unparser "COMBINATION"))
+       (standard-unparser "COMBINATION" false))
        ((RETURN)
        (standard-unparser "RETURN"
          (lambda (state return)