diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 02:16:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 02:16:27 (GMT) |
commit | 327608ada8874dc9f42433bae3a6e4fd1baef609 (patch) | |
tree | 80bd85c5f0c18bc474333772fb7f2f6f64d71315 /src/H5.c | |
parent | 138bc92ebdb7c6e1ad379dcdabae21bf0a79ab0d (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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]); |