remove duplicate definitions

* src/system.h: here, inherited from a merge.
This commit is contained in:
Akim Demaille
2012-12-15 16:20:51 +01:00
parent d42e695e53
commit 758f7cfc14

View File

@@ -55,10 +55,6 @@
#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. */