projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8839260
)
Fix comment. Note it has been fixed in glibc as of 2014-04.
author
Taylor R Campbell
<campbell@mumble.net>
Fri, 10 Jul 2015 17:40:11 +0000
(17:40 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Fri, 10 Jul 2015 17:40:11 +0000
(17:40 +0000)
src/microcode/floenv.c
patch
|
blob
|
history
diff --git
a/src/microcode/floenv.c
b/src/microcode/floenv.c
index 4bc0077292eea8bfd6c009798d2c8c486e5bff8e..574053ef0296abf86d5562dead4d6dd4b95047ff 100644
(file)
--- a/
src/microcode/floenv.c
+++ b/
src/microcode/floenv.c
@@
-66,8
+66,8
@@
cache_float_environment (void)
if (0 != (fegetenv (&scheme_fenv)))
error_external_return ();
scheme_fenv_p = true;
- /* Work around
glibc lossage: fesetenv has the side effect of masking
- all exception traps on amd64. */
+ /* Work around
pre-2014-04 glibc lossage: fegetenv has the side
+
effect of masking
all exception traps on amd64. */
# ifdef HAVE_FESETENV
if (0 != (fesetenv (&scheme_fenv)))
error_external_return ();