diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-01 19:24:14 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-01 19:24:14 +0000 |
commit | ef4b9e9f2cd516af8e0bf437fc8857d30c6656b0 (patch) | |
tree | 27f8f06133b88238d35a616a707e489f1e38ae5e /gcc/scan.h | |
parent | 5dd3ae3c3cc058e121ab182dbe075bca82084769 (diff) | |
download | gcc-ef4b9e9f2cd516af8e0bf437fc8857d30c6656b0.tar.gz |
* scan.h (lineno): Revert the rename here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66344 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/scan.h')
-rw-r--r-- | gcc/scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/scan.h b/gcc/scan.h index d29f38a977a..49ca823af3b 100644 --- a/gcc/scan.h +++ b/gcc/scan.h @@ -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; |