From eea7221f319c65e59053d6540095c00ad88ec44f Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 17 Mar 2005 13:06:55 -0500 Subject: COMP: Using proper __QNX__ preprocessor test. --- Source/kwsys/SystemTools.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index eb86837..fc7e216 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -25,8 +25,8 @@ #include #include -#ifdef QNX /* TODO: Find real preprocessor for QNX. */ -# include /* for malloc/free on some systems */ +#ifdef __QNX__ +# include /* for malloc/free on QNX */ #endif #include #include -- cgit v0.12