aboutsummaryrefslogtreecommitdiff
path: root/src/interp/clammed.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-03-05 16:46:00 +0000
committerdos-reis <gdr@axiomatics.org>2011-03-05 16:46:00 +0000
commit382517ec42b83bef4bb6effa31b2e8cc70dada5d (patch)
treefacc962192caedbe0af083a768fdee3c0dd6df8c /src/interp/clammed.boot
parentb751bf4b87bb5f784e3a08185e69a43efac23e48 (diff)
downloadopen-axiom-382517ec42b83bef4bb6effa31b2e8cc70dada5d.tar.gz
* interp/as.boot: Use getConstructorAbbreviationFromDB.
* interp/br-con.boot: Likewise. * interp/br-data.boot: Likewise. * interp/br-prof.boot: Likewise. * interp/br-util.boot: Likewise. * interp/c-doc.boot: Likewise. * interp/clammed.boot: Likewise. * interp/database.boot: Likewise. * interp/define.boot: Likewise. * interp/format.boot: Likewise. * interp/functor.boot: Likewise. * interp/g-cndata.boot: Likewise. * interp/i-funsel.boot: Likewise. * interp/i-output.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/pspad1.boot: Likewise.
Diffstat (limited to 'src/interp/clammed.boot')
-rw-r--r--src/interp/clammed.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/clammed.boot b/src/interp/clammed.boot
index 9894f53b..eb3eda6d 100644
--- a/src/interp/clammed.boot
+++ b/src/interp/clammed.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
@@ -106,7 +106,7 @@ isValidType form ==
form = '(Complex (AlgebraicNumber)) => NIL
form is ['Expression, ['Kernel, . ]] => NIL
form is [op,:argl] =>
- null constructor? op => nil
+ not constructor? op => nil
cosig := getDualSignatureFromDB op
cosig and null rest cosig => -- niladic constructor
null argl => true