a_go_evaluate(): (fix): in a whiteout, do not log lonely "}"..
commitd3b4c9076a7fac029a4db213cbca7a7df91cbf66
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Thu, 29 Sep 2022 20:13:17 +0000 (29 22:13 +0200)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Thu, 29 Sep 2022 20:16:35 +0000 (29 22:16 +0200)
tree40b7809764a77b30ffff38b906d3c8f38c92cdf1
parentdc14dae41a548aefe33b5e79185010747e6a73e0
a_go_evaluate(): (fix): in a whiteout, do not log lonely "}"..

What prevents recursive macro definitions etc is that
define takes over input and consumes until it sees }
on a line on its own; since define does not overtake
in a whiteout, we may not complain on lines of only }.
And waiting for a future rewrite
src/mx/go.c