aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-12 17:18:32 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-12 17:18:32 +0000
commit3c748c0ab1f5119528ae3ae41cc144371b1b375c (patch)
treeca305a2290cc49f30064d0f5e17a8301fd83c614 /src/interp/br-util.boot
parentc65ac216959772cd6955c9dc050b98d38d7492da (diff)
downloadopen-axiom-3c748c0ab1f5119528ae3ae41cc144371b1b375c.tar.gz
* interp/ax.boot: Use getConstructorModemap throughout.
* interp/br-data.boot: Likewise. * interp/br-op1.boot: Likewise. * interp/br-prof.boot: Likewise. * interp/br-search.boot: Likewise. * interp/br-util.boot: Likewise. * interp/cattable.boot: Likewise. * interp/daase.lisp: Likewise. * interp/g-util.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/nrunopt.boot: Likewise.
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r--src/interp/br-util.boot8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot
index 2ce4347c..12556dd0 100644
--- a/src/interp/br-util.boot
+++ b/src/interp/br-util.boot
@@ -1,6 +1,6 @@
--- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
+-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007, Gabriel Dos Reis.
+-- Copyright (C) 2007-2008, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -15,7 +15,7 @@
-- the documentation and/or other materials provided with the
-- distribution.
--
--- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+-- - Neither the name of The Numerical Algorithms Group Ltd. nor the
-- names of its contributors may be used to endorse or promote products
-- derived from this software without specific prior written permission.
--
@@ -264,7 +264,7 @@ args2LispString x ==
STRCONC('",",form2LispString first x,fnTailTail rest x)
dbConstructorKind x ==
- target := CADAR GETDATABASE(x,'CONSTRUCTORMODEMAP)
+ target := CADAR getConstructorModemap x
target = '(Category) => 'category
target is ['CATEGORY,'package,:.] => 'package
HGET($defaultPackageNamesHT,x) => 'default_ package