Skip to content
Snippets Groups Projects
Commit c2225fc4 authored by Brad King's avatar Brad King
Browse files

COMP: Using proper __QNX__ preprocessor test.

parent df266c5e
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@
#include <ctype.h>
#include <errno.h>
#ifdef QNX /* TODO: Find real preprocessor for QNX. */
# include <malloc.h> /* for malloc/free on some systems */
#ifdef __QNX__
# include <malloc.h> /* for malloc/free on QNX */
#endif
#include <stdio.h>
#include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment