aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-output.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-22 10:10:20 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-22 10:10:20 +0000
commit2ff38e852893972f6d8000a70bb4a359fb7e44df (patch)
treee3ba5f956a00f53ca27791553819b3fbdaac7ed1 /src/interp/i-output.boot
parente58a0d3a0088390bd5dcf7333ef01cbe5c9be8eb (diff)
downloadopen-axiom-2ff38e852893972f6d8000a70bb4a359fb7e44df.tar.gz
Various cleanup
Diffstat (limited to 'src/interp/i-output.boot')
-rw-r--r--src/interp/i-output.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot
index 055ddbc5..e2c83fd9 100644
--- a/src/interp/i-output.boot
+++ b/src/interp/i-output.boot
@@ -344,7 +344,7 @@ outputTran x ==
domain is ['Float]) and INTEGERP x and INTEGERP y and INTEGERP z and
z > 0 and (float := getFunctionFromDomain("float",domain,[$Integer,$Integer,$PositiveInteger])) =>
f := SPADCALL(x,y,z,float)
- o := coerceInteractive(mkObjWrap(f, domain), '(OutputForm))
+ o := coerceInteractive(objNewWrap(f, domain), '(OutputForm))
objValUnwrap o
[op,:l]:= flattenOps x