diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-11 15:58:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-11 15:58:12 (GMT) |
commit | 04223a18f42f806646f8bb4a0ebfd819779d4ed4 (patch) | |
tree | 3a0321cb258b700639dd5486766585fc247001a8 /test/hyperslab.c | |
parent | 47bef3253073160b2eddecf0fc7da00e142d7d52 (diff) | |
download | hdf5-04223a18f42f806646f8bb4a0ebfd819779d4ed4.zip hdf5-04223a18f42f806646f8bb4a0ebfd819779d4ed4.tar.gz hdf5-04223a18f42f806646f8bb4a0ebfd819779d4ed4.tar.bz2 |
[svn-r2866] Purpose:
Code cleanup
Description:
Found more "Have_foo" usage and converted them to "H5_HAVE_foo"
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r-- | test/hyperslab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c index 114336a..389e803 100644 --- a/test/hyperslab.c +++ b/test/hyperslab.c @@ -15,7 +15,7 @@ #include <H5MMprivate.h> #include <H5Vprivate.h> -#ifndef HAVE_FUNCTION +#ifndef H5_HAVE_FUNCTION #undef __FUNCTION__ #define __FUNCTION__ "" #endif |