diff options
Diffstat (limited to 'src/interp/pf2atree.boot')
-rw-r--r-- | src/interp/pf2atree.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pf2atree.boot b/src/interp/pf2atree.boot index 56d7a832..c3995a5e 100644 --- a/src/interp/pf2atree.boot +++ b/src/interp/pf2atree.boot @@ -547,7 +547,7 @@ pfCollect2Atree pf == -- -- pfSuchThat2Atree args == --- name := GENTEMP() +-- name := GENSYM() -- argList := pf0TupleParts args -- lhsSex := pf2Atree1 CAR argList -- rhsSex := pf2Atree CADR argList |