i18n: make GETTEXT_POISON a runtime option
[git] / contrib / coccinelle / preincr.cocci
1 @ preincrement @
2 identifier i;
3 @@
4 - ++i > 1
5 + i++