aboutsummaryrefslogtreecommitdiff
path: root/src/interp/pf2sex.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/pf2sex.boot')
-rw-r--r--src/interp/pf2sex.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/pf2sex.boot b/src/interp/pf2sex.boot
index bde56323..6849970b 100644
--- a/src/interp/pf2sex.boot
+++ b/src/interp/pf2sex.boot
@@ -50,7 +50,7 @@ pf2Sex pf ==
pf2Sex1 pf ==
pfNothing? pf =>
- "noBranch"
+ "%noBranch"
pfSymbol? pf =>
$insideRule = 'left =>
s := pfSymbolSymbol pf
@@ -90,7 +90,7 @@ pf2Sex1 pf ==
pfSequence2Sex pf
pfExit? pf =>
$insideSEQ => ["exit", pf2Sex1 pfExitCond pf, pf2Sex1 pfExitExpr pf]
- ["IF", pf2Sex1 pfExitCond pf, pf2Sex1 pfExitExpr pf, "noBranch"]
+ ["IF", pf2Sex1 pfExitCond pf, pf2Sex1 pfExitExpr pf, "%noBranch"]
pfLoop? pf =>
["REPEAT", :loopIters2Sex pf0LoopIterators pf]
pfCollect? pf =>
@@ -327,7 +327,7 @@ pfSequence2Sex pf ==
seq
pfSequence2Sex0 seqList ==
- null seqList => "noBranch"
+ null seqList => "%noBranch"
seqTranList := []
while seqList ^= nil repeat
item := first seqList