1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:57:35 +00:00

Everywhere: Prefer VERIFY over assert()

This commit is contained in:
Dan Klishch 2023-11-18 15:01:26 -05:00 committed by Tim Flynn
parent ef9bfe3499
commit 3e43d15440
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,6 @@
#if defined(KERNEL)
# include <Kernel/Library/Assertions.h>
#else
# include <assert.h>
extern "C" __attribute__((noreturn)) void ak_verification_failed(char const*);
# define __stringify_helper(x) #x
# define __stringify(x) __stringify_helper(x)