diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-11 15:43:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-11 15:43:17 (GMT) |
commit | d1df65a310a76b12aed848223465d511f08e1eec (patch) | |
tree | c6e8243d419f10a6066efc30db9f138d7c890b07 /test | |
parent | a6fe61916f26b523b781235bf6529b92e110d67c (diff) | |
download | hdf5-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.c | 4 |
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)) { |