aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macex.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/macex.boot')
-rw-r--r--src/interp/macex.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/macex.boot b/src/interp/macex.boot
index 41b4c6b9..26796b5c 100644
--- a/src/interp/macex.boot
+++ b/src/interp/macex.boot
@@ -124,7 +124,7 @@ mac0Define(sy, state, body) ==
-- Returns [state, body] or NIL.
mac0Get sy ==
- IFCDR ASSOC(sy, $pfMacros)
+ IFCDR assoc(sy, $pfMacros)
-- Returns [sy, state] or NIL.
mac0GetName body ==