Fix typo in REPLACE-OPERATOR declaration. (fix from Joe Marshall)
authorChris Hanson <org/chris-hanson/cph>
Fri, 18 Mar 2005 20:24:37 +0000 (20:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 18 Mar 2005 20:24:37 +0000 (20:24 +0000)
v7/src/runtime/syntax-output.scm

index eba6592f1d1469872a3b4e566740c1b558f6327e..86c9cb2e96f8f151c2728ccbc3822754907610b3 100644 (file)
@@ -1,8 +1,9 @@
 #| -*-Scheme-*-
 
-$Id: syntax-output.scm,v 14.10 2003/03/14 01:12:39 cph Exp $
+$Id: syntax-output.scm,v 14.11 2005/03/18 20:24:37 cph Exp $
 
 Copyright 1989,1990,1991,2001,2002,2003 Massachusetts Institute of Technology
+Copyright 2005 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -254,7 +255,8 @@ USA.
                                (map-identifier (cadr clause)
                                                (selector/add-cadr selector))
                                (cadr clause))))
-                   (cdr rule))))
+                   (cdr rule)
+                   (selector/add-cdr selector))))
           (cdr declaration)
           (selector/add-cdr selector)))))