mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
cosmetic: use comment instead of #if 0
This commit is contained in:
parent
d8694124ee
commit
f2f49389fa
1 changed files with 7 additions and 7 deletions
|
|
@ -1365,13 +1365,13 @@ install_fpe_signal_handlers()
|
|||
/* Don't trap underflows */
|
||||
si_trap_fpe(@'floating-point-underflow', ECL_NIL);
|
||||
|
||||
# if 0 /* defined(ECL_IEEE_FP) */
|
||||
/* By default deactivate errors and accept denormals
|
||||
* in floating point computations. */
|
||||
si_trap_fpe(@'floating-point-invalid-operation', ECL_NIL);
|
||||
si_trap_fpe(@'division-by-zero', ECL_NIL);
|
||||
si_trap_fpe(@'floating-point-overflow', ECL_NIL);
|
||||
# endif
|
||||
/* # if defined(ECL_IEEE_FP) */
|
||||
/* /\* By default deactivate errors and accept denormals */
|
||||
/* * in floating point computations. *\/ */
|
||||
/* si_trap_fpe(@'floating-point-invalid-operation', ECL_NIL); */
|
||||
/* si_trap_fpe(@'division-by-zero', ECL_NIL); */
|
||||
/* si_trap_fpe(@'floating-point-overflow', ECL_NIL); */
|
||||
/* # endif */
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue