From 32684b8801345eea7332726d87875f43ab469572 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Thu, 8 Oct 1998 16:03:11 -0500 Subject: [svn-r747] Changed the macro expansion for Pablo. --- src/H5private.h | 5 +++-- 1 file 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? */ -- cgit v0.12