X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0906b12cd56f9777fb684b8a257a0e56c090a93c..758f7cfc1498ec58ab667a48365155851d66a70a:/src/system.h diff --git a/src/system.h b/src/system.h index 987ebe2a..ea455032 100644 --- a/src/system.h +++ b/src/system.h @@ -55,17 +55,13 @@ #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. */ typedef size_t uintptr_t; #endif -// Version mismatch. +/* Version mismatch. */ #define EX_MISMATCH 63 /*---------.