diff options
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r-- | src/H5FDstream.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c index 0596fc3..e2d4736 100644 --- a/src/H5FDstream.c +++ b/src/H5FDstream.c @@ -21,6 +21,10 @@ * */ +/* Pablo information */ +/* (Put before include files to avoid problems with inline functions) */ +#define PABLO_MASK H5FD_stream_mask + #include "H5private.h" /* library function */ /* Only build this driver if it was configured with --with-Stream-VFD */ |