From f6fffd7da8475e93554b07943d32fe5364ea3030 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 20 Dec 1999 10:14:05 -0500 Subject: [svn-r1916] Changed the #define TRUE to be consistent with the one in H5private.h which is also used by most Unix systems. --- src/H5FDmulti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDmulti.c b/src/H5FDmulti.c index 73ceb74..ace79ee 100644 --- a/src/H5FDmulti.c +++ b/src/H5FDmulti.c @@ -31,7 +31,7 @@ #define FALSE 0 #endif #ifndef TRUE -#define TRUE 1 +#define TRUE (!FALSE) #endif /* Loop through all mapped files */ -- cgit v0.12