Avoid the following compiler warning: mem_linux.c: In function ‘mem_init’: mem_linux.c:52:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (version == 2 && patchlevel >= 5 && sublevel >= 1 || \ ^