24.07.2015, 22:57
What's wrong here? The code works though.
pawn Код:
#define CheckIfUpper(%0) (%0 > 64 && %0 < 94)
if (CheckIfUpper ('A'))
printf ("It's upper!");
Код:
warning 206: redundant test: constant expression is non-zero