[svn-r7116] Purpose:

Update code

Description:
    Move "PABLO_MASK" definition above header file inclusion to avoid problems
with inline functions in header files.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    h5committest
This commit is contained in:
Quincey Koziol
2003-06-27 10:59:48 -05:00
parent 237fc48acb
commit 55869bd2ff
25 changed files with 101 additions and 48 deletions

View File

@@ -19,13 +19,15 @@
#define H5T_PACKAGE /*suppress error about including H5Tpkg */
/* Pablo information */
/* (Put before include files to avoid problems with inline functions) */
#define PABLO_MASK H5Tcommit_mask
#include "H5private.h" /*generic functions */
#include "H5Eprivate.h" /*error handling */
#include "H5Iprivate.h" /*ID functions */
#include "H5Tpkg.h" /*data-type functions */
#define PABLO_MASK H5Tcommit_mask
/* Interface initialization */
static int interface_initialize_g = 0;
#define INTERFACE_INIT H5T_init_commit_interface