haiku/headers
Adrien Destugues 56abf4aa37 Fix std::isnan and friends for gcc2.
gcc2 was relying on the c99 functions being there, but they are not in
the std namespace.
* Disable the C99 functions and macros in C++ mode
* Redefine them as inline functions in cmath in the std namespace.

Fixes #7396.
2014-11-27 10:58:49 +01:00
..
build Forgot to fix LDBL_MIN... 2014-10-15 13:08:10 +02:00
compatibility histedit.h: Add missing #include <sys/cdefs.h> 2014-03-15 04:34:46 +01:00
config ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
cpp Fix std::isnan and friends for gcc2. 2014-11-27 10:58:49 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Update udis86 to current version. 2014-11-12 11:25:41 +01:00
os BOptionPopUp: move mennu setup to AttachedToWindow 2014-11-27 09:00:23 +01:00
posix stdio.h: add missing typedefs 2014-11-19 15:45:17 +01:00
private Notifications default to enabled on first boot. 2014-11-25 08:50:47 +01:00
tools Remove preprocessor checks from TestShell.h 2014-07-29 23:05:52 +02:00