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 | |
parent | cd06c38d65b5fd07b680f73951bbf9c6d2c47ce1 (diff) | |
download | hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.zip hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.tar.gz hdf5-112f7b4e866be8a0638412f5cee639536f4d8429.tar.bz2 |
[svn-r1124] Changed the names of the pablo masks
-rw-r--r-- | src/H5Fcore.c | 2 | ||||
-rw-r--r-- | src/H5Ffamily.c | 2 | ||||
-rw-r--r-- | src/H5Flow.c | 2 | ||||
-rw-r--r-- | src/H5Fmpio.c | 2 | ||||
-rw-r--r-- | src/H5Fsec2.c | 2 | ||||
-rw-r--r-- | src/H5Fsplit.c | 2 | ||||
-rw-r--r-- | src/H5Fstdio.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/H5Fcore.c b/src/H5Fcore.c index 4cdd1ec..ed5e19c 100644 --- a/src/H5Fcore.c +++ b/src/H5Fcore.c @@ -21,7 +21,7 @@ #define H5F_CORE_DEV 0xffff /*pseudo dev for core until we fix things */ -#define PABLO_MASK H5F_core +#define PABLO_MASK H5F_core_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL diff --git a/src/H5Ffamily.c b/src/H5Ffamily.c index 0a035e2..6a9e1a2 100644 --- a/src/H5Ffamily.c +++ b/src/H5Ffamily.c @@ -26,7 +26,7 @@ #include <H5Fprivate.h> #include <H5MMprivate.h> -#define PABLO_MASK H5F_family +#define PABLO_MASK H5F_family_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL 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 diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index cbe10ed..6a4a1ea 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -62,7 +62,7 @@ #include <mpi.h> #include <mpio.h> -#define PABLO_MASK H5F_mpio +#define PABLO_MASK H5F_mpio_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL diff --git a/src/H5Fsec2.c b/src/H5Fsec2.c index ef54477..823deb3 100644 --- a/src/H5Fsec2.c +++ b/src/H5Fsec2.c @@ -19,7 +19,7 @@ #include <H5Fprivate.h> #include <H5MMprivate.h> -#define PABLO_MASK H5F_sec2 +#define PABLO_MASK H5F_sec2_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL diff --git a/src/H5Fsplit.c b/src/H5Fsplit.c index e4298ff..3a6ee93 100644 --- a/src/H5Fsplit.c +++ b/src/H5Fsplit.c @@ -21,7 +21,7 @@ #define H5F_SPLIT_META_EXT ".meta" #define H5F_SPLIT_RAW_EXT ".raw" -#define PABLO_MASK H5F_split +#define PABLO_MASK H5F_split_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL diff --git a/src/H5Fstdio.c b/src/H5Fstdio.c index d55fd19..bd6a805 100644 --- a/src/H5Fstdio.c +++ b/src/H5Fstdio.c @@ -13,7 +13,7 @@ #include <H5Fprivate.h> #include <H5MMprivate.h> -#define PABLO_MASK H5F_stdio +#define PABLO_MASK H5F_stdio_mask static intn interface_initialize_g = 0; #define INTERFACE_INIT NULL |