1.0.23.30: Don't export storage class names.
authorThiemo Seufer <ths@networkno.de>
Wed, 10 Dec 2008 22:09:59 +0000 (22:09 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 10 Dec 2008 22:09:59 +0000 (22:09 +0000)
src/compiler/mips/vm.lisp
version.lisp-expr

index 65e0515..25f2018 100644 (file)
                 (list* `(define-storage-class ,sc-name ,index
                           ,@(cdr class))
                        `(def!constant ,constant-name ,index)
-                       `(export ',constant-name)
                        forms)))
        (index 0 (1+ index))
        (classes classes (cdr classes)))
index b96a60d..af56b78 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".)
-"1.0.23.29"
+"1.0.23.30"