maint: more macros

* src/output.c (ARRAY_CARDINALITY): Move to...
* src/system.h: here.
(STREQ, STRNEQ): new.
This commit is contained in:
Akim Demaille
2012-10-09 12:12:52 +02:00
parent c12c4c507d
commit 211c818502
2 changed files with 4 additions and 2 deletions

View File

@@ -41,8 +41,6 @@
#include "symtab.h"
#include "tables.h"
# define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array))
static struct obstack format_obstack;