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
..
2015-04-12 18:50:01 +02:00
2015-06-10 17:39:53 +02:00
2012-07-27 15:21:41 +01:00
2013-01-11 00:26:48 +01:00
2015-04-04 22:55:56 +02:00
2009-05-26 11:21:56 +00:00
2013-10-01 19:48:51 +02:00
2014-06-07 10:54:15 +02:00
2014-08-09 20:18:05 +02:00
2014-04-26 11:09:24 +02:00
2015-07-23 13:30:30 +02:00