macro: Allow macro A to use its arguments as part of call to macro B.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 22 Jul 2021 06:00:10 +0000 (23:00 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 23 Jul 2021 03:23:20 +0000 (20:23 -0700)
commit440613afbc2b901f51020c36afd59255a4988aa6
treed9111f3da4ea744992ccf1d3234f62a1be75cb9d
parentf626663385d57d16eff7e1d06e07b558cf669385
macro: Allow macro A to use its arguments as part of call to macro B.

I overlooked this possibility before.  This implements it.

Thanks to Frans Houweling for reporting the issue.
doc/flow-control.texi
src/language/lexer/macro.c
tests/language/control/define.at