[PATCH] deal with enum members without excessive PITA
commit361908cf099b011f173a1ea3053f84eb8a08841e
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jun 2007 03:27:26 +0000 (23 23:27 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Jun 2007 19:51:49 +0000 (25 15:51 -0400)
tree1dba3c998ad17946733464206cd6704452a57bf0
parentf78588abcebac0462764e5c8a3c91fa7a13bad45
[PATCH] deal with enum members without excessive PITA

mark symbols for enum members, have primary_expression() copy their
->initializer instead of dancing through the EXRP_SYMBOL with
expand_expression() finally getting to the damn thing.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
expression.c
parse.c
symbol.h