From 21b6a5e708ef176f5ada4f530a656d9392770dd6 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 15 Jun 2013 02:45:16 +0000 Subject: * interp/lisplib.boot (writeSourceFile): Always write source file. --- src/ChangeLog | 4 ++++ 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,3 +1,7 @@ +2013-06-14 Gabriel Dos Reis + + * interp/lisplib.boot (writeSourceFile): Always write source file. + 2013-06-14 Gabriel Dos Reis * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter. 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 == -- cgit v1.2.3