Fixed typo.
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 23 Jul 1996 15:33:51 +0000 (15:33 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 23 Jul 1996 15:33:51 +0000 (15:33 +0000)
v8/src/compiler/midend/typedb.scm

index 8707668c41baea68b0586e9f75a6660cd66b1ad5..36785b44f9b37cb4f41de8a1e37bd9c6ef5f865a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: typedb.scm,v 1.10 1996/07/23 15:17:13 adams Exp $
+$Id: typedb.scm,v 1.11 1996/07/23 15:33:51 adams Exp $
 
 Copyright (c) 1996 Massachusetts Institute of Technology
 
@@ -335,8 +335,8 @@ MIT in each case. |#
            (set! arity op)
            (define-operator-type op
              (primitive-procedure-type (make-list arity domain*) range
-                                       'function)))
-       (for-each process-element ops))))
+                                       'function))))
+      (for-each process-element ops)))
 
   ((unchecked-function type:flonum type:flonum)
    flo:+ flo:- flo:* flo:/ flo:negate flo:abs flo:sqrt