summary refs log tree commit diff
path: root/interpret.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-05-28 21:34:03 -0700
committerIrene Knapp <ireneista@irenes.space>2026-05-28 21:34:03 -0700
commita00f83c9446159eaf9ac817dfae5291cb226ab7a (patch)
tree90370c1a9233c2da5b3ac99516918ea06b774cc6 /interpret.e
parentf8e9891ba4e528a79135af137f66b62c74ab53e7 (diff)
swap the parameters to "entry-flags!"
Force-Push: yes
Change-Id: I11f3eb1079d27a7306d6ed1e8e4b9fd6fb7d3a4a
Diffstat (limited to 'interpret.e')
-rw-r--r--interpret.e8
1 files changed, 4 insertions, 4 deletions
diff --git a/interpret.e b/interpret.e
index 24ea430..c1d88c4 100644
--- a/interpret.e
+++ b/interpret.e
@@ -544,10 +544,10 @@ latest @
 ~   Now we enable the three words we'd been keeping hidden. It would be a
 ~ good idea to call "quit" as soon as possible after this, but we leave it to
 ~ the user.
-dup entry-flags@ 0x80 invert & entry-flags!
-dup entry-flags@ 0x80 invert & entry-flags!
-dup entry-flags@ 0x80 invert & entry-flags!
-dup entry-flags@ 0x80 invert & entry-flags!
+dup entry-flags@ 0x80 invert & swap entry-flags!
+dup entry-flags@ 0x80 invert & swap entry-flags!
+dup entry-flags@ 0x80 invert & swap entry-flags!
+dup entry-flags@ 0x80 invert & swap entry-flags!
 
 ~   Though we only do it once, this is a bit involved so we provide it as a
 ~ word. Notionally there are situations in which it could come up again, so