From fcc7f11db9c755b9b58ce43d37bbe8a702af8ebf Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 22 Nov 2007 17:20:27 +0000 Subject: * as.boot: Globally substitute %noBranch for noBranch. * ax.boot: Likewise. * cattable.boot: Likewise. * compiler.boot: Likewise. * def.lisp: Likewise. * define.boot: Likewise. * functor.boot: Likewise. * g-opt.boot: Likewise. * i-analy.boot: Likewise. * i-intern.boot: Likewise. * i-map.boot: Likewise. * i-object.boot: Likewise. * i-output.boot: Likewise. * i-spec2.boot: Likewise. * info.boot: Likewise. * mark.boot: Likewise. * nrunopt.boot: Likewise. * package.boot: Likewise. * parse.boot: Likewise. * pf2atree.boot: Likewise. * pf2sex.boot: Likewise. * postpar.boot: Likewise. * pspad2.boot: Likewise. * wi2.boot: Likewise. --- src/interp/i-output.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp/i-output.boot') diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot index 833f070f..bff7f613 100644 --- a/src/interp/i-output.boot +++ b/src/interp/i-output.boot @@ -456,9 +456,9 @@ outputTranSEQ ['SEQ,:l,exitform] == ['SC,:[outputTran x for x in l],outputTran exitform] outputTranIf ['IF,x,y,z] == - y = 'noBranch => + y = '%noBranch => ['CONCATB,'if,['CONCATB,'not,outputTran x],'then,outputTran z] - z = 'noBranch => + z = '%noBranch => ['CONCATB,'if,outputTran x,'then,outputTran y] y' := outputTran y z' := outputTran z -- cgit v1.2.3