diff options
author | June McEnroe <june@causal.agency> | 2019-12-16 21:13:38 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-16 21:13:38 -0500 |
commit | 17c5a70c9632a12bb5741ea6950b2d282bfca278 (patch) | |
tree | fa765e301d94bf553c0368589841d6981d9cc210 /unscoop.c | |
parent | Style cleanup (diff) | |
download | litterbox-17c5a70c9632a12bb5741ea6950b2d282bfca278.tar.gz litterbox-17c5a70c9632a12bb5741ea6950b2d282bfca278.zip |
Move ARRAY_LEN to database.h
Diffstat (limited to '')
-rw-r--r-- | unscoop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unscoop.c b/unscoop.c index f2d79cb..5aecf19 100644 --- a/unscoop.c +++ b/unscoop.c @@ -28,8 +28,6 @@ #include "database.h" -#define ARRAY_LEN(a) (sizeof(a) / sizeof((a)[0])) - enum { ParamCap = 8 }; struct Matcher { |