Add newlines after every argument to RCONSM to make lines shorter.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 31 Oct 1993 18:34:13 +0000 (18:34 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 31 Oct 1993 18:34:13 +0000 (18:34 +0000)
v7/src/compiler/machines/C/cout.scm

index 741369f233cdc35f84ab06bb66bb72c71c25a733..f29c630559001530baf9d1d860a103e166c3dac4 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: cout.scm,v 1.7 1993/10/31 04:04:20 gjr Exp $
+$Id: cout.scm,v 1.8 1993/10/31 18:34:13 gjr Exp $
 
 Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
@@ -557,7 +557,7 @@ MIT in each case. |#
                         "(RCONSM (" (number->string (1+ npairs))
                         (apply string-append
                                (map (lambda (frob)
-                                      (string-append ", "
+                                      (string-append ",\n\t\t"
                                                      (process frob)))
                                     (cons object frobs)))
                         "))"))))))