Commit e2d28161 by Mark Mitchell Committed by Mark Mitchell

* parser.c (eof_token): Add initializer for ambiguous_p.

From-SVN: r106889
parent a112ad75
2005-11-14 Mark Mitchell <mark@codesourcery.com>
* parser.c (eof_token): Add initializer for ambiguous_p.
2005-11-13 Mark Mitchell <mark@codesourcery.com> 2005-11-13 Mark Mitchell <mark@codesourcery.com>
PR c++/24817 PR c++/24817
......
...@@ -76,7 +76,7 @@ DEF_VEC_ALLOC_P (cp_token_position,heap); ...@@ -76,7 +76,7 @@ DEF_VEC_ALLOC_P (cp_token_position,heap);
static const cp_token eof_token = static const cp_token eof_token =
{ {
CPP_EOF, RID_MAX, 0, 0, 0, NULL_TREE, CPP_EOF, RID_MAX, 0, 0, 0, false, NULL_TREE,
#if USE_MAPPED_LOCATION #if USE_MAPPED_LOCATION
0 0
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment