diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-30 22:15:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-30 22:15:54 (GMT) |
commit | fd314f93b45fe59ceff3260f7143d831bcb1a152 (patch) | |
tree | f0451aebc8b10ccbdc6620b84e90de380cb3c902 /src | |
parent | 774b1cfe79c92cb0048d89aaa741ca80c50b42c9 (diff) | |
download | hdf5-fd314f93b45fe59ceff3260f7143d831bcb1a152.zip hdf5-fd314f93b45fe59ceff3260f7143d831bcb1a152.tar.gz hdf5-fd314f93b45fe59ceff3260f7143d831bcb1a152.tar.bz2 |
HDFFV-10143 check for H5PL_PACKAGE in 1.8
Diffstat (limited to 'src')
-rw-r--r-- | src/H5PLpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PLpkg.h b/src/H5PLpkg.h index 5cf3096..baa342e 100644 --- a/src/H5PLpkg.h +++ b/src/H5PLpkg.h @@ -13,7 +13,7 @@ * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#if !(defined H5PL_FRIEND || defined H5PL_MODULE) +#ifndef H5PL_PACKAGE #error "Do not include this file outside the H5PL package!" #endif |