mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
remove duplicate definitions
* src/system.h: here, inherited from a merge.
This commit is contained in:
@@ -55,10 +55,6 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <inttypes.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
|
#ifndef UINTPTR_MAX
|
||||||
/* This isn't perfect, but it's good enough for Bison, which needs
|
/* This isn't perfect, but it's good enough for Bison, which needs
|
||||||
only to hash pointers. */
|
only to hash pointers. */
|
||||||
|
|||||||
Reference in New Issue
Block a user