Fix particularly nasty (but rare) bug that makes ext file generation fail under unusu...
authorJoe Marshall <jmarshall@alum.mit.edu>
Tue, 23 Feb 2010 19:49:07 +0000 (11:49 -0800)
committerJoe Marshall <jmarshall@alum.mit.edu>
Tue, 23 Feb 2010 19:49:07 +0000 (11:49 -0800)
src/sf/object.scm

index 4c45799f4c22fa339dc1ad799f268aa918803d7e..163415c96eddbc648b229c9b236deb712752608a 100644 (file)
@@ -327,7 +327,7 @@ USA.
               (if (null? other-operands)
                   result-body
                   (sequence/make
-                   expression
+                   (and expression (object/scode expression))
                    (append other-operands (list result-body))))))))
        (else
         (combination/%make (and expression (object/scode expression)) block operator operands))))