diff options
Diffstat (limited to 'src/interp/pf2sex.boot')
-rw-r--r-- | src/interp/pf2sex.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pf2sex.boot b/src/interp/pf2sex.boot index 0f82c889..122edc5e 100644 --- a/src/interp/pf2sex.boot +++ b/src/interp/pf2sex.boot @@ -472,7 +472,7 @@ pfRhsRule2Sex rhs == pf2Sex1 rhs pfSuchThat2Sex args == - name := GENTEMP() + name := GENSYM() argList := pf0TupleParts args lhsSex := pf2Sex1 CAR argList rhsSex := pf2Sex CADR argList |