On 01/26/2014 06:26 AM, Rob wrote:
[email protected] wrote:
I don't know if it's standards-conformant or not

gcc's behaviour is standards conformant - it's preprocessing the file
fine, there's just an additional warning that you're using an undefined
preprocessor identifier in #if. The warning isn't enabled by default, I
imagine it comes from -Wundef in the configure script, line 7.

Rob

Hmmm, my bad then. Isaac's fix is the right approach.

Thanks,

Other Rob
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to