summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-31 02:16:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-31 02:16:27 (GMT)
commit327608ada8874dc9f42433bae3a6e4fd1baef609 (patch)
tree80bd85c5f0c18bc474333772fb7f2f6f64d71315 /src/H5.c
parent138bc92ebdb7c6e1ad379dcdabae21bf0a79ab0d (diff)
downloadhdf5-327608ada8874dc9f42433bae3a6e4fd1baef609.zip
hdf5-327608ada8874dc9f42433bae3a6e4fd1baef609.tar.gz
hdf5-327608ada8874dc9f42433bae3a6e4fd1baef609.tar.bz2
[svn-r8127] Purpose:
Bug fix Description: Fix a couple of bugaboos in the serial build that crept in Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5.c b/src/H5.c
index 712e6c6..4e8556d 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -1749,6 +1749,7 @@ H5_trace (const double *returning, const char *func, const char *type, ...)
}
break;
+#ifdef H5_HAVE_PARALLEL
case 't':
if (ptr) {
if (vp) {
@@ -1771,6 +1772,7 @@ H5_trace (const double *returning, const char *func, const char *type, ...)
}
}
break;
+#endif /* H5_HAVE_PARALLEL */
default:
fprintf (out, "BADTYPE(D%c)", type[1]);