diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1999-03-09 21:02:49 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1999-03-09 21:02:49 (GMT) |
commit | 112f7b4e866be8a0638412f5cee639536f4d8429 (patch) | |
tree | 4c3bdc00fe654476b2f241bea1da4e66d30790f9 /src/H5Flow.c | |
parent | cd06c38d65b5fd07b680f73951bbf9c6d2c47ce1 (diff) | |
download | hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.zip hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.tar.gz hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.tar.bz2 |
[svn-r1124] Changed the names of the pablo masks
Diffstat (limited to 'src/H5Flow.c')
-rw-r--r-- | src/H5Flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Flow.c b/src/H5Flow.c index 2ec0897e..d0b96e2 100644 --- a/src/H5Flow.c +++ b/src/H5Flow.c @@ -17,7 +17,7 @@ #define addr_defined(X) (((uint64_t)(-1)!=(X)->offset) ? TRUE : FALSE) -#define PABLO_MASK H5F_low +#define PABLO_MASK H5F_low_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL |