aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-spec1.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-02 13:03:26 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-02 13:03:26 +0000
commit4ac600edddd39335715c053ded118a59c804778d (patch)
treed60f88eb9626a3a0de210246dcc36198478b5ad0 /src/interp/i-spec1.boot
parentc129ad817cd16aef92f5b433a509e15254b9ccd3 (diff)
downloadopen-axiom-4ac600edddd39335715c053ded118a59c804778d.tar.gz
* interp/buildom.boot: Use constants by names.
* interp/i-analy.boot: Likewise. * interp/i-coerfn.boot: Likewise. * interp/i-funsel.boot: Likewise. * interp/i-intern.boot: Likewise. * interp/i-resolv.boot: Likewise. * interp/i-spec1.boot: Likewise. * interp/mark.boot: Likewise. * interp/nrungo.boot: Likewise. * interp/postpar.boot: Likewise. * interp/wi1.boot: Likewise.
Diffstat (limited to 'src/interp/i-spec1.boot')
-rw-r--r--src/interp/i-spec1.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/i-spec1.boot b/src/interp/i-spec1.boot
index 3679d1be..c0ab9bc5 100644
--- a/src/interp/i-spec1.boot
+++ b/src/interp/i-spec1.boot
@@ -423,8 +423,8 @@ evalCOERCE(op,tree,m) ==
t2 :=
if isPartialMode m
then
- $genValue and (t1 = '(Symbol)) and containsPolynomial m =>
- resolveTM(['UnivariatePolynomial,objValUnwrap(v),'(Integer)],m)
+ $genValue and (t1 = $Symbol) and containsPolynomial m =>
+ resolveTM(['UnivariatePolynomial,objValUnwrap(v),$Integer],m)
resolveTM(t1,m)
else m
null t2 => throwKeyedMsgCannotCoerceWithValue(e,t1,m)