scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

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:
Mcc.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;