aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-19 01:22:11 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-19 01:22:11 +0000
commitaf7a143e3a13e932e243165814fa40424507dae0 (patch)
treeb0b22dedd5754449a9565049f3b4552f4ae2c71f /src/interp/postpar.boot
parent43e465553496af8449014857fdd95386b6e8fd66 (diff)
downloadopen-axiom-af7a143e3a13e932e243165814fa40424507dae0.tar.gz
* interp/buildom.boot (lookupInDomainVector): Establish a new
binding for $lookupDefaults.
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 736baa83..7f78ed47 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -204,7 +204,7 @@ postCategory u ==
--RDJ: ugh_ please -- someone take away need for PROGN as soon as possible
null l => u
op :=
- $insidePostCategoryIfTrue = true => "PROGN"
+ $insidePostCategoryIfTrue => "PROGN"
"CATEGORY"
[op,:[fn x for x in l]] where fn x ==
$insidePostCategoryIfTrue: local := true