The fpectl module does not work on Windows, so remove Windows from the

\platform statement.

Also fix a minor style consistency nit in an example.
This commit is contained in:
Fred Drake 2001-07-05 21:17:08 +00:00
parent a939911345
commit bcd1df746d

View File

@ -2,7 +2,7 @@
Floating point exception control}
\declaremodule{extension}{fpectl}
\platform{Unix, Windows}
\platform{Unix}
\moduleauthor{Lee Busby}{busby1@llnl.gov}
\sectionauthor{Lee Busby}{busby1@llnl.gov}
\modulesynopsis{Provide control for floating point exception handling.}