Remove reduntant ARRAY_SIZE definition.

This commit is contained in:
tv 2001-06-18 16:13:37 +00:00
parent ee71b1bb7d
commit 487eab27f7
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ typedef enum
Doggone_Trailing_Comma_Dont_Work = 1
} bool;
#define ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0]))
#ifndef UNUSED /* Compile with -DUNUSED= if cc doesn't support this. */
#if BUILT_WITH_270
#define UNUSED __attribute__ ((unused))