diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 8cc46f9..8f992c5 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -5660,7 +5660,7 @@ cp_parser_statement (cp_parser* parser) } /* Set the line number for the statement. */ - if (statement && statement_code_p (TREE_CODE (statement))) + if (statement && STATEMENT_CODE_P (TREE_CODE (statement))) STMT_LINENO (statement) = statement_line_number; } |