Made the anonymous enum for action types into a named enum, as this

causes problems for template instantiation in the latest versions of
gcc.
This commit is contained in:
John Wiegley 2005-09-30 06:47:07 +00:00
parent b462a8bf50
commit 50c689e1ae

View file

@ -49,7 +49,7 @@ static unsigned int src_idx;
static istream_pos_type beg_pos;
static unsigned long beg_line;
static enum {
static enum action_t {
NO_ACTION,
ACCOUNT_NAME,
ACCOUNT_ID,