mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 13:31:28 +01:00
75d1eb3a59
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.