summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-01-11 15:43:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-01-11 15:43:17 (GMT)
commitd1df65a310a76b12aed848223465d511f08e1eec (patch)
treec6e8243d419f10a6066efc30db9f138d7c890b07 /test
parenta6fe61916f26b523b781235bf6529b92e110d67c (diff)
downloadhdf5-d1df65a310a76b12aed848223465d511f08e1eec.zip
hdf5-d1df65a310a76b12aed848223465d511f08e1eec.tar.gz
hdf5-d1df65a310a76b12aed848223465d511f08e1eec.tar.bz2
[svn-r9806] 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 b4c5691..fb1c76f 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -4648,9 +4648,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)) {