summaryrefslogtreecommitdiffstats
path: root/tools/perform/sio_standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perform/sio_standalone.h')
-rw-r--r--tools/perform/sio_standalone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perform/sio_standalone.h b/tools/perform/sio_standalone.h
index 8f52eba..547a9ee 100644
--- a/tools/perform/sio_standalone.h
+++ b/tools/perform/sio_standalone.h
@@ -471,10 +471,10 @@ extern char *strdup(const char *s);
* HDF Boolean type.
*/
#ifndef FALSE
-# define FALSE 0
+# define FALSE false
#endif
#ifndef TRUE
-# define TRUE 1
+# define TRUE true
#endif
/** From h5test.h **/