Missed a SEQUENCE-3.
authorJoe Marshall <eval.apply@gmail.com>
Sat, 21 Jan 2012 01:57:34 +0000 (17:57 -0800)
committerJoe Marshall <eval.apply@gmail.com>
Sat, 21 Jan 2012 01:57:34 +0000 (17:57 -0800)
src/compiler/fggen/fggen.scm

index e711e4190b21f86b8bd00be0d712725ee3227ab8..729e072f1b5eadd1e2672fbab350b201bfbd9319 100644 (file)
@@ -988,7 +988,7 @@ USA.
       (standard-entry the-environment)
       (standard-entry variable)
       (dispatch-entries (lambda lexpr extended-lambda) generate/lambda)
-      (dispatch-entries (sequence-2 sequence-3) generate/sequence)
+      (dispatch-entry sequence-2 generate/sequence)
       (dispatch-entries (combination-1 combination-2 combination
                                       primitive-combination-0
                                       primitive-combination-1