aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index 58568d22..aa34f176 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -238,7 +238,7 @@ postElt (u is [.,a,b]) ==
b is ["Sequence",:.] => [["elt",a,"makeRecord"],:postTranList rest b]
["elt",a,postTran b]
-postExit ["=>",a,b] == ["IF",postTran a,["exit",postTran b],"noBranch"]
+postExit ["=>",a,b] == ["IF",postTran a,["exit",postTran b],"%noBranch"]
postFlatten(x,op) ==
@@ -299,7 +299,7 @@ decodeScripts a ==
postIf t ==
t isnt ["if",:l] => t
- ["IF",:[(null (x:= postTran x) and null $BOOT => "noBranch"; x)
+ ["IF",:[(null (x:= postTran x) and null $BOOT => "%noBranch"; x)
for x in l]]
postJoin ["Join",a,:l] ==