OSDN Git Service

* scan.h (lineno): Revert the rename here.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 May 2003 19:24:14 +0000 (19:24 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 May 2003 19:24:14 +0000 (19:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66344 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/scan.h

index 2a4fc9d..9d3429f 100644 (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
index d29f38a..49ca823 100644 (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;