mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-16 17:21:07 +08:00
tweak comments
From-SVN: r39134
This commit is contained in:
parent
60696c53ec
commit
5bea1ccf19
@ -245,7 +245,8 @@ cb_file_change (pfile, fc)
|
|||||||
{
|
{
|
||||||
if (fc->reason == FC_ENTER)
|
if (fc->reason == FC_ENTER)
|
||||||
{
|
{
|
||||||
/* Don't stack the main buffer on the input stack. */
|
/* Don't stack the main buffer on the input stack;
|
||||||
|
we already did in compile_file. */
|
||||||
if (fc->from.filename)
|
if (fc->from.filename)
|
||||||
{
|
{
|
||||||
lineno = fc->from.lineno;
|
lineno = fc->from.lineno;
|
||||||
@ -282,7 +283,7 @@ cb_file_change (pfile, fc)
|
|||||||
if (indent_level != input_file_stack->indent_level)
|
if (indent_level != input_file_stack->indent_level)
|
||||||
{
|
{
|
||||||
warning_with_file_and_line
|
warning_with_file_and_line
|
||||||
(input_filename, lex_lineno,
|
(input_filename, lineno,
|
||||||
"This file contains more '%c's than '%c's.",
|
"This file contains more '%c's than '%c's.",
|
||||||
indent_level > input_file_stack->indent_level ? '{' : '}',
|
indent_level > input_file_stack->indent_level ? '{' : '}',
|
||||||
indent_level > input_file_stack->indent_level ? '}' : '{');
|
indent_level > input_file_stack->indent_level ? '}' : '{');
|
||||||
|
@ -2397,7 +2397,7 @@ auto_inc_p (x)
|
|||||||
end of the extended sequence.
|
end of the extended sequence.
|
||||||
|
|
||||||
For now, this function only checks that the region contains whole
|
For now, this function only checks that the region contains whole
|
||||||
exception regiongs, but it could be extended to check additional
|
exception regions, but it could be extended to check additional
|
||||||
conditions as well. */
|
conditions as well. */
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user