Files
ladybird/Libraries/LibC/assert.h
Sergey Bugaev 1b36ddce1d LibC: Hint the compiler that assertions rarely fail
Also, rewrite the macro to expand to an if statement instead of
a weird ternary operator with a (void)0 banch.
2020-04-30 11:30:27 +02:00

2.2 KiB