Asher Langton wrote:
* parse.c: Added do...while(0) and braces around match()
macro to avoid the if/else
ambiguity
I'm committing this part of the patch as obvious after the obligatory testing.
It is no longer needed for your patch, but it certainly makes the code easier
to maintain. Alas, I've not yet had time to give the rest of your patch a
thorough review because I first had to verify that today's building troubles
are not due to a local problem, and then find a workaround, before I oculd try
a few things with your code.
From what I've seen from a glance over your patch is that it still contains a
number of formatting errors