aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macex.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-30 18:55:21 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-30 18:55:21 +0000
commit42cf0984b569e49060252e536c0c7e7aee469873 (patch)
treec2cb31c68df04f75bfd9a490ae10b9c6cf795102 /src/interp/macex.boot
parent5770442f576aa0c1e389344a636f1e4edca1b136 (diff)
downloadopen-axiom-42cf0984b569e49060252e536c0c7e7aee469873.tar.gz
* More cleanup
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