From 3641c06bc50b60bfa60549daff6cd95029878129 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 17 Feb 2010 20:43:35 +0000 Subject: * interp/sys-constants.boot ($SystemInlinableConstructorNames): Include Void. * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Include VOID. (axiom_algebra_layer_14): Loose it. --- src/interp/sys-constants.boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interp') diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot index 2c88a75e..9609ecca 100644 --- a/src/interp/sys-constants.boot +++ b/src/interp/sys-constants.boot @@ -588,7 +588,8 @@ $SystemInlinableConstructorNames == Symbol _ DoubleFloat _ PrimitiveArray _ - Vector) + Vector _ + Void) ++ FIXME $DomainsInScope == -- cgit v1.2.3