1.0.28.4: various macro source locations were off-by-one due to #-sb-xc
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 1 May 2009 12:03:54 +0000 (12:03 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 1 May 2009 12:03:54 +0000 (12:03 +0000)
 * Thanks to Tobias Rittweiler -- now M-. DEFTRANSFORM, etc. work
   better in Slime.

src/compiler/macros.lisp
version.lisp-expr

index 9a29175..7ec86bd 100644 (file)
                                            attribute-names
                                            'get-setf-expansion)))
 
                                            attribute-names
                                            'get-setf-expansion)))
 
+;;; Otherwise the source locations for DEFTRANSFORM, DEFKNOWN, &c
+;;; would be off by one toplevel form as their source locations are
+;;; determined before cross-compiling where the above PROGN is not
+;;; seen.
+#+sb-xc (progn)
+
 ;;; And now for some gratuitous pseudo-abstraction...
 ;;;
 ;;; ATTRIBUTES-UNION
 ;;; And now for some gratuitous pseudo-abstraction...
 ;;;
 ;;; ATTRIBUTES-UNION
index c3678a9..e2906d7 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.28.3"
+"1.0.28.4"