aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-17 23:17:32 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-17 23:17:32 +0000
commit8b2efa31dcb19f6c211eac9362d424cd70de88bb (patch)
tree6b98fb21f7adae58d30711c0e8322ff8ab0a94f1 /src/interp/daase.lisp
parent12c08d022465104b0a0366689700bab191857aac (diff)
downloadopen-axiom-8b2efa31dcb19f6c211eac9362d424cd70de88bb.tar.gz
* interp/sys-constants.boot ($BuiltinAttributes): Rename from
*ATTRIBUTES*. * interp/as.boot (asyFindAttrs): Adjust use. * interp/daase.lisp (WRITE-COMPRESS): Likewise. * interp/g-cndata.boot (attribute?): Likewise.
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index a550539a..cc4f4268 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -1387,7 +1387,7 @@
(finish-output out)
(setq masterpos (file-position out))
(setq compresslist
- (append (|allConstructors|) (|allOperations|) *attributes*))
+ (append (|allConstructors|) (|allOperations|) |$BuiltinAttributes|))
(push "algebra" compresslist)
(push "failed" compresslist)
(push 'signature compresslist)