aboutsummaryrefslogtreecommitdiff
path: root/src/interp/packtran.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/packtran.boot')
-rw-r--r--src/interp/packtran.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/packtran.boot b/src/interp/packtran.boot
index 4b005cb8..a3d60e7f 100644
--- a/src/interp/packtran.boot
+++ b/src/interp/packtran.boot
@@ -54,6 +54,6 @@ packageTran sex ==
zeroOneTran sex ==
-- destructively translate the symbols |0| and |1| to their
-- integer counterparts
- NSUBST("$EmptyMode", "?", sex)
+ substitute!("$EmptyMode", "?", sex)
sex