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 /src/interp | |
parent | a6dfa73ce2833cb63ba83294b775ca305342fd6c (diff) | |
download | open-axiom-21b6a5e708ef176f5ada4f530a656d9392770dd6.tar.gz |
* interp/lisplib.boot (writeSourceFile): Always write source file.
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/lisplib.boot | 4 |
1 files changed, 0 insertions, 4 deletions
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 == |