0.6.11.17:
[sbcl.git] / src / compiler / x86 / arith.lisp
index 6281b39..f6cbab8 100644 (file)
@@ -10,9 +10,6 @@
 ;;;; files for more information.
 
 (in-package "SB!VM")
-
-(file-comment
- "$Header$")
 \f
 ;;;; unary operations
 
     (inst and result #x0000ffff)
     (inst and temp #x0000ffff)
     (inst add result temp)))
-
-
 \f
 ;;;; binary conditional VOPs