diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1998-10-08 21:03:11 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1998-10-08 21:03:11 (GMT) |
commit | 32684b8801345eea7332726d87875f43ab469572 (patch) | |
tree | 5e12085213be76abc6b64cb90a4bd71f464136a7 | |
parent | 6016a7a47a1622a9d41b912ad43fcbd4723eef39 (diff) | |
download | hdf5-32684b8801345eea7332726d87875f43ab469572.zip hdf5-32684b8801345eea7332726d87875f43ab469572.tar.gz hdf5-32684b8801345eea7332726d87875f43ab469572.tar.bz2 |
[svn-r747] Changed the macro expansion for Pablo.
-rw-r--r-- | src/H5private.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5private.h b/src/H5private.h index 9efc617..2d42902 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -48,8 +48,9 @@ */ #ifdef HAVE_PABLO # define IOTRACE -# include "IOTrace.h" -# include "ProcIDS.h" +# define HDFIOTRACE +# include "HDFIOTrace.h" +# include "ProcIDs.h" #endif /* Does the compiler support the __attribute__(()) syntax? */ |