aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.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/g-util.boot
parente58a0d3a0088390bd5dcf7333ef01cbe5c9be8eb (diff)
downloadopen-axiom-2ff38e852893972f6d8000a70bb4a359fb7e44df.tar.gz
Various cleanup
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 4ee943ba..ae571bd9 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -411,7 +411,7 @@ parse2Outform x ==
str2Tex s ==
outf := str2Outform s
- val := coerceInt(mkObj(wrap outf, '(OutputForm)), '(TexFormat))
+ val := coerceInt(objNew(wrap outf, '(OutputForm)), '(TexFormat))
val := objValUnwrap val
CAR val.1