0.7.8.17:
authorAlexey Dejneka <adejneka@comail.ru>
Sun, 6 Oct 2002 03:57:32 +0000 (03:57 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Sun, 6 Oct 2002 03:57:32 +0000 (03:57 +0000)
        s/sb-vm/sb!vm/ in the last commit as noted by CSR. Sorry!

src/code/defmacro.lisp
version.lisp-expr

index adce1a7..276c6d4 100644 (file)
@@ -78,8 +78,8 @@
                       (#.sb!vm:closure-header-widetag
                        (setf (%simple-fun-arglist (%closure-fun definition))
                              lambda-list))
-                      ((#.sb-vm:simple-fun-header-widetag
-                        #.sb-vm:closure-fun-header-widetag)
+                      ((#.sb!vm:simple-fun-header-widetag
+                        #.sb!vm:closure-fun-header-widetag)
                        (setf (%simple-fun-arglist definition) lambda-list))))
             name))))
   (progn
index 04f77c7..d1600b2 100644 (file)
@@ -18,4 +18,4 @@
 ;;; internal versions off the main CVS branch, it gets hairier, e.g.
 ;;; "0.pre7.14.flaky4.13".)
 
-"0.7.8.16"
+"0.7.8.17"