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.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/macex.boot b/src/interp/macex.boot
index fdc0c5ff..ff1a4609 100644
--- a/src/interp/macex.boot
+++ b/src/interp/macex.boot
@@ -119,11 +119,11 @@ macMacro pf ==
mac0Define(sy, state, body) ==
$pfMacros := [[sy, state, body],:$pfMacros]
--- Returns [state, body] or NIL.
+-- Returns [state, body] or nil.
mac0Get sy ==
IFCDR assoc(sy, $pfMacros)
--- Returns [sy, state] or NIL.
+-- Returns [sy, state] or nil.
mac0GetName body ==
name := nil
for [sy,st,bd] in $pfMacros while not name repeat