From 5663732162b1010ab0b506c87f576f2b78c27994 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 9 Feb 2011 03:45:16 +0000 Subject: * interp/sys-constants.boot ($PrimitiveDomainNames): Remove. * interp/category.boot (mkCategory): Drop test for primitive domains. --- src/interp/sys-constants.boot | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/interp/sys-constants.boot') diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot index e113f4fe..45f747d5 100644 --- a/src/interp/sys-constants.boot +++ b/src/interp/sys-constants.boot @@ -1,6 +1,6 @@ -- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. -- All rights reserved. --- Copyright (C) 2007-2010, Gabriel Dos Reis. +-- Copyright (C) 2007-2011, Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -557,17 +557,6 @@ $LangSupportTypes == $NonMentionableDomainNames == '($ Rep Record Union Mapping Enumeration) - -++ List of primitive domains -$PrimitiveDomainNames == - '(List _ - Integer _ - NonNegativeInteger _ - PositiveInteger _ - SingleInteger _ - String _ - Boolean) - ++ These symbols are not constructor names, but they define domains. $SpecialDomainNames == '(add _ -- cgit v1.2.3