diff options
Diffstat (limited to 'src')
-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 == |