aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi2.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/wi2.boot')
-rw-r--r--src/interp/wi2.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/wi2.boot b/src/interp/wi2.boot
index 2be969a7..3689f052 100644
--- a/src/interp/wi2.boot
+++ b/src/interp/wi2.boot
@@ -994,7 +994,7 @@ doItIf(item is [.,p,x,y],$predl,$e) ==
then
nils:=[u,:nils]
else
- gv := GENSYM()
+ gv := gensym()
ans:=[["%LET",gv,u],:ans]
nils:=[gv,:nils]
n:=n+1