aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-18 17:41:01 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-18 17:41:01 +0000
commita4a45e923a2435574c09619da442fd15e71b2652 (patch)
tree46db3f474ca5b7979597bcff5ce38795968cb79d /src/interp/g-util.boot
parent18cdfe64dbe07358b58d06a70b8d6bc2c276769d (diff)
downloadopen-axiom-a4a45e923a2435574c09619da442fd15e71b2652.tar.gz
cleanup
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 73d2e4a0..ba63390b 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -109,7 +109,8 @@ isSharpVarWithNum x ==
++ Returns true if `x' is either an atom or a quotation.
atomic? x ==
- not cons? x or x.op = 'QUOTE
+ cons? x => x.op is 'QUOTE
+ true
--% Sub-domains information handlers