Am 04.12.2010 um 15:30 schrieb Segher Boessenkool:
Depending on the condition either the [IFDEF] foo or the [ELSE] would get compiled as an [IF], eating words until [ELSE] or [THEN] respectively. While doing so, [IFDEF] does not get compiled to [IF], so we need to handle nested [IFDEF] to account for its [ELSE] or [THEN].
This fixes [IFDEF] not disabling the full section of code.
Thanks to Segher for pointing me in the right direction.
Cc: Segher Boessenkool segher@kernel.crashing.org Signed-off-by: Andreas Färber andreas.faerber@web.de
Signed-off-by: Segher Boessenkool segher@kernel.crashing.org
Thanks, applied as r979.
Andreas