summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-01-11 15:43:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-01-11 15:43:13 (GMT)
commit76ba1a99d30f5808b08214ef07019672694b73da (patch)
tree489578e4d8cb07c94fd0a9fb780b136d882db691 /test
parent2fcaf3e0f3fc05b5af2806e55c0658a13e49e3fb (diff)
downloadhdf5-76ba1a99d30f5808b08214ef07019672694b73da.zip
hdf5-76ba1a99d30f5808b08214ef07019672694b73da.tar.gz
hdf5-76ba1a99d30f5808b08214ef07019672694b73da.tar.bz2
[svn-r9805] Purpose:
Code cleanup Description: Remove obsolete support for Watcom C compiler. Platforms tested: None - too minor to require any.
Diffstat (limited to 'test')
-rw-r--r--test/dtypes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index 90fbfe0..dd94193 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -4687,9 +4687,7 @@ test_conv_flt_1 (const char *name, hid_t src, hid_t dst)
* The remainder of this function is executed only by the child if
* HANDLE_SIGFPE is defined.
*/
-#ifndef __WATCOMC__
- signal(SIGFPE,fpe_handler);
-#endif
+ HDsignal(SIGFPE,fpe_handler);
/* What are the names of the source and destination types */
if (H5Tequal(src, H5T_NATIVE_FLOAT)) {