Fix typo (missing closing paren). snapshot-2012-10
authorRaymond Toy <toy.raymond@gmail.com>
Wed, 26 Sep 2012 16:54:58 +0000 (09:54 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Wed, 26 Sep 2012 16:54:58 +0000 (09:54 -0700)
src/compiler/ppc/system.lisp
src/compiler/sparc/system.lisp
src/compiler/x86/system.lisp

index edeed9a..a807607 100644 (file)
                   (read-cycle-counter)
                 ;; Can't do anything about the notes about generic
                 ;; arithmetic, so silence the notes..
-                (declare (optimize (inhibit-warnings 3))
+                (declare (optimize (inhibit-warnings 3)))
                  (+ (ash (- ,hi1 ,hi0) 32)
                     (- ,lo1 ,lo0)))))))
index 2ba0b34..dba4b6d 100644 (file)
@@ -299,6 +299,6 @@ result is the first value."
                   (read-cycle-counter)
                 ;; Can't do anything about the notes about generic
                 ;; arithmetic, so silence the notes..
-                (declare (optimize (inhibit-warnings 3))
+                (declare (optimize (inhibit-warnings 3)))
                  (+ (ash (- ,hi1 ,hi0) 32)
                     (- ,lo1 ,lo0)))))))
index 9207b5b..93519d8 100644 (file)
                   (read-cycle-counter)
                 ;; Can't do anything about the notes about generic
                 ;; arithmetic, so silence the notes..
-                (declare (optimize (inhibit-warnings 3))
+                (declare (optimize (inhibit-warnings 3)))
                  (+ (ash (- ,hi1 ,hi0) 32)
                     (- ,lo1 ,lo0)))))))