mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 04:42:28 +00:00
8 lines
58 B
Plaintext
8 lines
58 B
Plaintext
|
@@
|
||
|
expression E;
|
||
|
@@
|
||
|
|
||
|
- if (E)
|
||
|
- ABORT_NOW();
|
||
|
+ BUG_ON(E);
|