diff --git a/defs.h b/defs.h index 2852c25..189930c 100755 --- a/defs.h +++ b/defs.h @@ -11,7 +11,7 @@ #define OBNOS1(o) (o->amt == 1) ? "" : "s" #define ISINRANGE(a,min,max) ((a >= min) && (a <= max)) -#define foreach_bucket(a) for (a=0; a