Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/float-tran.lisp
    ... ... @@ -1807,7 +1807,7 @@
    1807 1807
     (macrolet
    
    1808 1808
         ((frob (type name)
    
    1809 1809
            `(deftransform / ((x y) ((complex ,type) (complex ,type)) *)
    
    1810
    -		      (,name x y))))
    
    1810
    +		      '(,name x y))))
    
    1811 1811
       (frob double-float kernel::cdiv-double-float)
    
    1812 1812
       (frob single-float kernel::cdiv-single-float))
    
    1813 1813