macro: Make ARG_CHAREND and ARG_ENCLOSE more uniform in struct macro_param.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 24 Jul 2021 05:50:55 +0000 (22:50 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 24 Jul 2021 06:26:49 +0000 (23:26 -0700)
commit99e99bc433add91bc30f340895307122dfba9366
treed4a377625ac9f4b3337232d7e6495c1af3b4d9c3
parent8f3cbfdd053922c1ee08200d28358bb42de3a45e
macro: Make ARG_CHAREND and ARG_ENCLOSE more uniform in struct macro_param.

A few pieces of code want to find the end of a parameter and it's easier
if the "end" token is always the same member.
src/language/control/define.c
src/language/lexer/macro.c
src/language/lexer/macro.h