mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibC+AK: Remove our custom macros from <assert.h>
Other software might not expect these to be defined and behave differently if they _are_ defined, e.g. scummvm which checks if the TODO macro is defined and fails to build if it is.
This commit is contained in:
parent
c6ce7c9326
commit
d2662df57c
Notes:
sideshowbarker
2024-07-18 12:37:38 +09:00
Author: https://github.com/gunnarbeutner
Commit: d2662df57c
Pull-request: https://github.com/SerenityOS/serenity/pull/7874
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/gmta
5 changed files with 6 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibC/assert.h>
|
||||
#include <AK/Assertions.h>
|
||||
#include <LibC/bits/pthread_forward.h>
|
||||
|
||||
static PthreadFunctions s_pthread_functions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue