blob: 709cb4ace6f45dbf2a2eb8913e4f016049698e3d [file] [log] [blame]
@@
constant c;
@@
(
- errno == -c
+ errno == c
|
- errno != -c
+ errno != c
)