Files
minix/lib/libc/other
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-06-28 22:07:49 +00:00
2010-06-09 12:08:32 +00:00
2010-06-09 12:08:32 +00:00
2011-01-28 11:35:02 +00:00
2010-09-13 15:50:54 +00:00
2010-12-10 23:04:04 +00:00
2010-06-26 02:37:17 +00:00
2011-01-28 11:35:02 +00:00
2010-06-09 12:08:32 +00:00
2010-07-12 17:32:57 +00:00
2010-03-23 14:25:09 +00:00
2010-11-06 20:40:15 +00:00
2010-11-12 18:38:10 +00:00
2010-06-09 12:08:32 +00:00
2010-06-09 12:08:32 +00:00
2010-06-09 12:08:32 +00:00
2010-06-09 12:08:32 +00:00