diff options
Diffstat (limited to 'gcc/java/lex.h')
-rw-r--r-- | gcc/java/lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lex.h b/gcc/java/lex.h index aa9a2be..3c924e4 100644 --- a/gcc/java/lex.h +++ b/gcc/java/lex.h @@ -29,7 +29,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Extern global variables declarations */ extern FILE *finput; -extern int lineno; +extern int input_lineno; /* A Unicode character, as read from the input file */ typedef unsigned short unicode_t; |