Commit 774cb6d1 by Nathan Sidwell Committed by Nathan Sidwell

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

From-SVN: r66344
parent 561712fe
2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
* scan.h (lineno): Revert the rename here.
2003-05-01 Stan Shebs <shebs@apple.com> 2003-05-01 Stan Shebs <shebs@apple.com>
* config/darwin.c (darwin_encode_section_info): Call * config/darwin.c (darwin_encode_section_info): Call
......
...@@ -77,4 +77,4 @@ extern int get_token _PARAMS ((FILE *, sstring *)); ...@@ -77,4 +77,4 @@ extern int get_token _PARAMS ((FILE *, sstring *));
extern int source_lineno; extern int source_lineno;
extern sstring source_filename; extern sstring source_filename;
/* Current physical line number */ /* Current physical line number */
extern int input_line; extern int lineno;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment