haiku/headers
Adrien Destugues 75d1eb3a59 assert.h: reintroduce headers guard for function declarations.
The POSIX standard requires us to allow assert.h to be included multiple
times with differnt values of NDEBUG. So we can't have a global header
guard on the files. However, we must also make sure that we don't
declare functions multiple times in that case. Re-introduce an header
guard on the part of the file where we declare functions, only.

Fixes lots of warnings when building Netsurf.
2015-08-29 23:14:03 +02:00
..
build headers/os: Add gcc 5 to BeBuild.h 2015-06-24 23:06:23 -05:00
compatibility build: Convert to external libedit build package 2015-07-04 15:29:05 -05:00
config ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
cpp Add a <limits> header for gcc2. 2014-11-27 12:14:39 +01:00
glibc
libs Force use of std::isnan() in agg_conv_curve.h. 2015-07-25 23:42:14 +02:00
os BRoster: Add launchSuspended option to _LaunchApp(). 2015-08-28 22:52:50 +02:00
posix assert.h: reintroduce headers guard for function declarations. 2015-08-29 23:14:03 +02:00
private BRoster: Add launchSuspended option to _LaunchApp(). 2015-08-28 22:52:50 +02:00
tools Remove preprocessor checks from TestShell.h 2014-07-29 23:05:52 +02:00