COMP: Using proper __QNX__ preprocessor test.

This commit is contained in:
Brad King 2005-03-17 13:06:55 -05:00
parent dcbbcba51a
commit eea7221f31

View File

@ -25,8 +25,8 @@
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#ifdef QNX /* TODO: Find real preprocessor for QNX. */ #ifdef __QNX__
# include <malloc.h> /* for malloc/free on some systems */ # include <malloc.h> /* for malloc/free on QNX */
#endif #endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>