diff options
Diffstat (limited to 'gcc/input.h')
-rw-r--r-- | gcc/input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/input.h b/gcc/input.h index 28bb648..0bc15de 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -1,6 +1,6 @@ /* Declarations for variables relating to reading the source file. Used by parsers, lexical analyzers, and error message routines. - Copyright (C) 1993, 1997, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1993, 1997, 1998, 2000, 2003 Free Software Foundation, Inc. This file is part of GCC. @@ -26,7 +26,7 @@ extern const char *input_filename; extern const char *main_input_filename; /* Line number in current source file. */ -extern int lineno; +extern int input_line; /* Stream for reading from input file. */ extern FILE *finput; |