From d7463c567b2f2e147428e23640e5e72745c2282c Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 19 Jan 2001 15:23:34 +0000 Subject: [PATCH] tweak comments git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39134 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-lex.c | 5 +++-- gcc/rtlanal.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/c-lex.c b/gcc/c-lex.c index f30cd715cbd..ddfee8dbd86 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -245,7 +245,8 @@ cb_file_change (pfile, fc) { 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) { lineno = fc->from.lineno; @@ -282,7 +283,7 @@ cb_file_change (pfile, fc) if (indent_level != input_file_stack->indent_level) { warning_with_file_and_line - (input_filename, lex_lineno, + (input_filename, lineno, "This file contains more '%c's than '%c's.", indent_level > input_file_stack->indent_level ? '{' : '}', indent_level > input_file_stack->indent_level ? '}' : '{'); diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index eec8b6af501..a869bb7565f 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -2397,7 +2397,7 @@ auto_inc_p (x) end of the extended sequence. 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. */ int -- 2.11.0