mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-28 17:49:36 -04:00
8 lines
58 B
Text
8 lines
58 B
Text
|
|
@@
|
||
|
|
expression E;
|
||
|
|
@@
|
||
|
|
|
||
|
|
- if (E)
|
||
|
|
- ABORT_NOW();
|
||
|
|
+ BUG_ON(E);
|