From: Akim Demaille Date: Sat, 15 Dec 2012 15:20:51 +0000 (+0100) Subject: remove duplicate definitions X-Git-Tag: v2.7.90~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=758f7cfc1498ec58ab667a48365155851d66a70a;p=platform%2Fupstream%2Fbison.git remove duplicate definitions * src/system.h: here, inherited from a merge. --- diff --git a/src/system.h b/src/system.h index 01cce6d..ea45503 100644 --- a/src/system.h +++ b/src/system.h @@ -55,10 +55,6 @@ #include #include -#define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array)) -#define STREQ(L, R) (strcmp(L, R) == 0) -#define STRNEQ(L, R) (!STREQ(L, R)) - #ifndef UINTPTR_MAX /* This isn't perfect, but it's good enough for Bison, which needs only to hash pointers. */