diff options
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r-- | test/hyperslab.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c index f985608..64c731e 100644 --- a/test/hyperslab.c +++ b/test/hyperslab.c @@ -15,6 +15,9 @@ #include <H5MMprivate.h> #include <H5Vprivate.h> +#ifndef HAVE_FUNCTION +#define __FUNCTION__ "" +#endif #define AT() printf (" at %s:%d in %s()\n",__FILE__,__LINE__,__FUNCTION__); #define TEST_SMALL 0x0001 |