commit b03fed420a5b24f4368698ed681651c59dad683a parent 729956f2a8ef3dc646ba92cfc5ad1d52f9c6c73e Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Wed, 16 Apr 2014 22:19:42 +0200 Remove unused macro ARRAY_SIZE() Diffstat:
M | cc.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cc.h b/cc.h @@ -5,7 +5,6 @@ #include <stdbool.h> #endif -#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) struct user_opt { unsigned char implicit;