* scan.h (lineno): Revert the rename here.

From-SVN: r66344
This commit is contained in:
Nathan Sidwell 2003-05-01 19:24:14 +00:00 committed by Nathan Sidwell
parent 561712fe49
commit 774cb6d136
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;