diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-15 02:45:16 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-15 02:45:16 +0000 |
commit | 21b6a5e708ef176f5ada4f530a656d9392770dd6 (patch) | |
tree | 4aeb101e9b12b1421577820dc21f4ab4fa4fe400 | |
parent | a6dfa73ce2833cb63ba83294b775ca305342fd6c (diff) | |
download | open-axiom-21b6a5e708ef176f5ada4f530a656d9392770dd6.tar.gz |
* interp/lisplib.boot (writeSourceFile): Always write source file.
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/interp/lisplib.boot | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9b8adf19..81154b2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2013-06-14 Gabriel Dos Reis <gdr@integrable-solutions.net> + * interp/lisplib.boot (writeSourceFile): Always write source file. + +2013-06-14 Gabriel Dos Reis <gdr@integrable-solutions.net> + * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter. Adjust caller. (NRTsetVector4a): Likewise. Avoid special variable for environment. diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot index 06d1d146..828bdc96 100644 --- a/src/interp/lisplib.boot +++ b/src/interp/lisplib.boot @@ -488,10 +488,6 @@ writeCategory db == writeInfo(db,dbCategory db,'constructorCategory,'dbCategory) writeSourceFile db == - $buildingSystemAlgebra => - -- source file for system constructor is filled at runtime - -- to reflect the runtime location of the system directory. - lisplibWrite('"sourceFile",dbSourceFile db,dbLibstream db) writeInfo(db,dbSourceFile db,'sourceFile,'dbSourceFile) writeInteractiveModemaps db == |