diff options
Diffstat (limited to 'hacks/xflame.c')
-rw-r--r-- | hacks/xflame.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hacks/xflame.c b/hacks/xflame.c index d2273b1..e582492 100644 --- a/hacks/xflame.c +++ b/hacks/xflame.c @@ -52,9 +52,6 @@ #include "ximage-loader.h" #include <limits.h> -#undef countof -#define countof(x) (sizeof((x))/sizeof((*x))) - # undef MAX # undef MIN # define MAX(A,B) ((A)>(B)?(A):(B)) |