mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
By doing so it now becomes an expression and will allow for example
to use WARN_ON() in tests, for example:
if (WARN_ON(cond))
return NULL;
|
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||