macro: Continue expanding macro even in face of errors in call.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 24 Jul 2021 06:17:48 +0000 (23:17 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 24 Jul 2021 06:30:38 +0000 (23:30 -0700)
commit92635c65e5e265dc8114805af8974715539d90d2
treee0c99bca15092ef4caeb8af3351ffa16697aa908
parent72d12e896c52ce226c43dce80f683204e46e4f05
macro: Continue expanding macro even in face of errors in call.

In practice, it was more confusing not to expand it than to expand it.
src/language/lexer/macro.c
tests/language/control/define.at