* cppinit.c (CAT): The argument list of this macro may not contain
spaces !
From-SVN: r30718
+Tue Nov 30 01:34:47 1999 Philippe De Muyter <phdm@macqel.be>
+
+ * cppinit.c (CAT): The argument list of this macro may not contain
+ spaces !
+
1999-11-29 David S. Miller <davem@redhat.com>
Move quantity tables and register equivalence chains into
#define END };
#else
#define TABLE(id) unsigned char id[256] = { 0 }; \
-static void CAT(init_, id) PARAMS ((void)) { \
+static void CAT(init_,id) PARAMS ((void)) { \
unsigned char *x = id;
#define s(p, v) x[p] = v;
#define END }