[svn-r1916] Changed the #define TRUE to be consistent with the one in H5private.h

which is also used by most Unix systems.
This commit is contained in:
Albert Cheng 1999-12-20 10:14:05 -05:00
parent 4ae42f7f15
commit f6fffd7da8

View File

@ -31,7 +31,7 @@
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE 1
#define TRUE (!FALSE)
#endif
/* Loop through all mapped files */