summaryrefslogtreecommitdiffstats
path: root/test/gen_filespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen_filespace.c')
-rw-r--r--test/gen_filespace.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/gen_filespace.c b/test/gen_filespace.c
index 69c1c1e..59896b3 100644
--- a/test/gen_filespace.c
+++ b/test/gen_filespace.c
@@ -26,8 +26,8 @@ const char *FILENAMES[] = {
#define DATASET "dset"
#define NUM_ELMTS 100
-#define FALSE 0
-#define TRUE 1
+#define false 0
+#define true 1
/*
* Compile and run this program in the trunk to generate
@@ -59,7 +59,7 @@ main(void)
j = 0;
for (fs_strategy = H5F_FSPACE_STRATEGY_FSM_AGGR; fs_strategy < H5F_FSPACE_STRATEGY_NTYPES;
fs_strategy++) {
- for (fs_persist = FALSE; fs_persist <= TRUE; fs_persist++) {
+ for (fs_persist = false; fs_persist <= true; fs_persist++) {
if (fs_persist && fs_strategy >= H5F_FSPACE_STRATEGY_AGGR)
continue;