diff options
author | dos-reis <gdr@axiomatics.org> | 2011-08-23 22:11:26 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-08-23 22:11:26 +0000 |
commit | d7d39823cf29e2b981e20fee3b0454624897371d (patch) | |
tree | 93ec151376babb45ce72a63d698e798c2c14da95 /src/algebra | |
parent | 0416c1e54eb6a6209f17a32d163328f6bae5f595 (diff) | |
download | open-axiom-d7d39823cf29e2b981e20fee3b0454624897371d.tar.gz |
* interp/sys-driver.boot (initializeDatabases): New.
(initializeGlobalState): Use it.
* interp/spad-parser.boot (parseSpadFile): Tidy.
* interp/g-cndata.boot (installConstructor): Exit early it global
table not initialized.
* interp/database.boot (makeInitialDB): New.
(populateDBFromFile): Likewise.
* interp/daase.lisp: Introduce more DB accessors.
* interp/br-util.boot (dbSourceFile): Remove.
* interp/br-con.boot (kdPageInfo): Use
getConstructorSourceFileFromDB instead of dbSourceFile.
(kPage): Likewise.
* algebra/Makefile.in (SPADFILES): Include domain.spad
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index a24f4218..15966c3f 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -542,7 +542,7 @@ SPADFILES= \ ${OUTSRC}/annacat.spad ${OUTSRC}/any.spad ${OUTSRC}/array1.spad \ ${OUTSRC}/array2.spad ${OUTSRC}/asp.spad ${OUTSRC}/attreg.spad \ ${OUTSRC}/bags.spad ${OUTSRC}/bezout.spad ${OUTSRC}/boolean.spad \ - ${OUTSRC}/brill.spad \ + ${OUTSRC}/brill.spad ${OUTSRC}/domain.spad \ ${OUTSRC}/c02.spad ${OUTSRC}/c05.spad ${OUTSRC}/c06.spad \ ${OUTSRC}/card.spad ${OUTSRC}/carten.spad ${OUTSRC}/catdef.spad \ ${OUTSRC}/cden.spad ${OUTSRC}/clifford.spad ${OUTSRC}/clip.spad \ |