aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index 32afc6b3..9ba73705 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -374,7 +374,7 @@ postMapping u ==
postOp: %ParseTree -> %ParseForm
postOp x ==
- x=":=" => "LET"
+ x=":=" => "%LET"
x=":-" => "LETD"
x="%Attribute" => "ATTRIBUTE"
x