Antoine Leca 6d8d7a88b2 libc!setmode.c: Avoid #if inside macro call
#if inside macro call is undefined behaviour under the C standard
(3.8.3 paragraph 10 for C90, 6.8.10 paragraph 11 for C99).
The same effect can be achieved with a slightly more verbose construct,
putting the whole macro call inside the #ifdef/#else/#endif.
2011-06-23 17:54:17 +02:00
..
2010-11-07 23:35:29 +00:00
2011-01-28 11:35:02 +00:00
2010-11-06 20:40:15 +00:00
2011-01-28 11:35:02 +00:00
2010-07-01 11:56:02 +00:00
2010-04-19 15:20:24 +00:00