aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cparse.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/cparse.boot')
-rw-r--r--src/interp/cparse.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/cparse.boot b/src/interp/cparse.boot
index 4a5291f7..85146e21 100644
--- a/src/interp/cparse.boot
+++ b/src/interp/cparse.boot
@@ -822,7 +822,7 @@ npQualified(f)==
else npLetQualified f
npLetQualified f==
- npEqKey "LET" and
+ npEqKey "%LET" and
(npDefinition() or npTrap()) and
npCompMissing "IN" and
(FUNCALL f or npTrap()) and