cppinit.c (CAT): The argument list of this macro may not contain spaces !
* cppinit.c (CAT): The argument list of this macro may not contain spaces ! From-SVN: r30718
This commit is contained in:
parent
1bb98cecc6
commit
8d68dd6975
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -223,7 +223,7 @@ unsigned char id[256] = {
|
||||
#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 }
|
||||
|
Loading…
Reference in New Issue
Block a user