diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-10 22:27:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-10 22:27:51 (GMT) |
commit | 376d1b62d976e1689eae72735c6783b8b82f3aa5 (patch) | |
tree | 8dc797110d728cabfe76ef8e653c8ab90c190b57 /test/chunk.c | |
parent | 38865598298878b740e6cdc1fbd60f4f386f5c71 (diff) | |
download | hdf5-376d1b62d976e1689eae72735c6783b8b82f3aa5.zip hdf5-376d1b62d976e1689eae72735c6783b8b82f3aa5.tar.gz hdf5-376d1b62d976e1689eae72735c6783b8b82f3aa5.tar.bz2 |
[svn-r2862] Purpose:
Bug fix.
Description:
Had been using older-style "HAVE_foo" macros instead of newer "H5_HAVE_foo"
macros.
Solution:
Added a "H5_" to all the "HAVE_foo" macros.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'test/chunk.c')
-rw-r--r-- | test/chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chunk.c b/test/chunk.c index d939458..0538543 100644 --- a/test/chunk.c +++ b/test/chunk.c @@ -22,7 +22,7 @@ #endif -#ifndef HAVE_ATTRIBUTE +#ifndef H5_HAVE_ATTRIBUTE # undef __attribute__ # define __attribute__(X) /*void*/ # define UNUSED /*void*/ |