remove duplicate definitions
authorAkim Demaille <akim@lrde.epita.fr>
Sat, 15 Dec 2012 15:20:51 +0000 (16:20 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Sat, 15 Dec 2012 16:21:07 +0000 (17:21 +0100)
* src/system.h: here, inherited from a merge.

src/system.h

index 01cce6d..ea45503 100644 (file)
 #include <unistd.h>
 #include <inttypes.h>
 
-#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.  */