diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/scan.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a4fc9d..9d3429f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-01 Nathan Sidwell <nathan@codesourcery.com> + + * scan.h (lineno): Revert the rename here. + 2003-05-01 Stan Shebs <shebs@apple.com> * config/darwin.c (darwin_encode_section_info): Call @@ -77,4 +77,4 @@ extern int get_token _PARAMS ((FILE *, sstring *)); extern int source_lineno; extern sstring source_filename; /* Current physical line number */ -extern int input_line; +extern int lineno; |