mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2025-04-18 17:44:18 +03:00
__mingw_fe_dfl_env
to 'fesetenv.c'
These macros are to be used with `fesetenv()`, so they belong there. Having these `selectany` variables in 'fenv.h' causes them to be defined with external linkage in every source file which includes 'fenv.h'. They can also be exported inappropriately from a DLL, which either is built with `--export-all-symbols`, or does not contain explicit `dllexport` and is not built with a DEF file. Signed-off-by: LIU Hao <lh_mouse@126.com>
Description
No description provided
Languages
C
62.8%
C++
20.7%
Makefile
15.2%
Shell
1%
Yacc
0.1%
Other
0.1%