summaryrefslogtreecommitdiffstats
path: root/tools/perform/pio_standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perform/pio_standalone.h')
-rw-r--r--tools/perform/pio_standalone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perform/pio_standalone.h b/tools/perform/pio_standalone.h
index 584a057..762a564 100644
--- a/tools/perform/pio_standalone.h
+++ b/tools/perform/pio_standalone.h
@@ -105,10 +105,10 @@ typedef off_t h5_stat_size_t;
* HDF Boolean type.
*/
#ifndef FALSE
-# define FALSE 0
+# define FALSE false
#endif
#ifndef TRUE
-# define TRUE 1
+# define TRUE true
#endif