diff options
Diffstat (limited to 'src/H5Tfixed.c')
-rw-r--r-- | src/H5Tfixed.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/H5Tfixed.c b/src/H5Tfixed.c index d91b3a2..946b677 100644 --- a/src/H5Tfixed.c +++ b/src/H5Tfixed.c @@ -19,20 +19,18 @@ #define H5T_PACKAGE /*suppress error about including H5Tpkg */ +/* Interface initialization */ +#define H5_INTERFACE_INIT_FUNC H5T_init_fixed_interface + /* Pablo information */ /* (Put before include files to avoid problems with inline functions) */ -#define PABLO_MASK H5Tfixed_mask +#define PABLO_MASK H5T_fixed_mask #include "H5private.h" /*generic functions */ #include "H5Eprivate.h" /*error handling */ #include "H5Iprivate.h" /*ID functions */ #include "H5Tpkg.h" /*data-type functions */ -/* Interface initialization */ -static int interface_initialize_g = 0; -#define INTERFACE_INIT H5T_init_fixed_interface -static herr_t H5T_init_fixed_interface(void); - /*-------------------------------------------------------------------------- NAME |