mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
* parser.c: Fix a comment typo.
From-SVN: r87940
This commit is contained in:
parent
d7e9e62a80
commit
9688c3b862
@ -1,3 +1,7 @@
|
||||
2004-09-23 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* parser.c: Fix a comment typo.
|
||||
|
||||
2004-09-23 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
PR c++/17620
|
||||
|
@ -2446,7 +2446,7 @@ cp_parser_string_literal (cp_parser *parser, bool translate, bool wide_ok)
|
||||
return error_mark_node;
|
||||
}
|
||||
|
||||
/* Try to avoid the overhead of creating and destroying an obstac
|
||||
/* Try to avoid the overhead of creating and destroying an obstack
|
||||
for the common case of just one string. */
|
||||
if (!cp_parser_is_string_literal (cp_lexer_peek_nth_token (parser->lexer, 2)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user