aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-11 02:25:14 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-11 02:25:14 +0000
commitd2412069e4fc43a4bc6cc28ce4c57e02f8baee41 (patch)
tree06aea77245295f6836dab0ff3b473f3250a6b0f8 /src/interp/postpar.boot
parent583976f30783abbf02f64abca8796d5a28111b76 (diff)
downloadopen-axiom-d2412069e4fc43a4bc6cc28ce4c57e02f8baee41.tar.gz
fix fallout from previous commit
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index 9c6a3662..634a7960 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -309,7 +309,7 @@ postForm u ==
op':=
true=> op
$BOOT => op
- GET(op,'Led) or GET(op,'Nud) or op = 'IN => op
+ GETL(op,'Led) or GETL(op,'Nud) or op = 'IN => op
numOfArgs:= (argl' is [["Tuple",:l]] => #l; 1)
INTERNL("*",STRINGIMAGE numOfArgs,PNAME op)
[op',:argl']