diff options
Diffstat (limited to 'src/H5Pacpl.c')
-rw-r--r-- | src/H5Pacpl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Pacpl.c b/src/H5Pacpl.c index a8603be..7f86def 100644 --- a/src/H5Pacpl.c +++ b/src/H5Pacpl.c @@ -25,6 +25,7 @@ /* Static function prototypes */ +#ifdef H5_GROUP_REVISION /*------------------------------------------------------------------------- * Function: H5Pset_char_encoding @@ -98,3 +99,5 @@ H5Pget_char_encoding(hid_t plist_id, H5T_cset_t *encoding /*out*/) done: FUNC_LEAVE_API(ret_value); } /* end H5Pget_create_intermediate_group() */ +#endif /* H5_GROUP_REVISION */ + |