aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-utility.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-03 00:12:14 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-03 00:12:14 +0000
commitb1127318c2fc599f970c3f9cba423eaf46ac0564 (patch)
treec2e6882b335975743265bc5325e267e83cd5ed28 /src/interp/sys-utility.boot
parente05241ed11702813eb225b084643720deb121d26 (diff)
downloadopen-axiom-b1127318c2fc599f970c3f9cba423eaf46ac0564.tar.gz
* interp/Makefile.pamphlet (template.$(FASLEXT)): Remove.
* interp/template.boot: Move non-dead code where appropriate. Remove file. * boot/ast.boot (bfQ): Improve.
Diffstat (limited to 'src/interp/sys-utility.boot')
-rw-r--r--src/interp/sys-utility.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot
index 977859a3..073bc1c8 100644
--- a/src/interp/sys-utility.boot
+++ b/src/interp/sys-utility.boot
@@ -37,6 +37,9 @@ import sys_-os
import vmlisp
namespace BOOT
+--%
+$COMBLOCKLIST := nil
+
--%