DEFINE: Properly support redefining a macro.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Sep 2021 16:23:11 +0000 (09:23 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Sep 2021 16:26:45 +0000 (09:26 -0700)
Redefining a macro didn't work in simple cases because the macro name was
being expanded in the DEFINE command.

Thanks to Frans Houweling for reporting the bug.


No differences found