From: Paul Eggert Date: Sat, 7 Dec 2002 06:11:11 +0000 (+0000) Subject: Include location.h. X-Git-Tag: BISON-1_875~160 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/0aa32d51bb1a0aeda1ff709ca47d061221a8c3b5?ds=inline Include location.h. (scanner_cursor): New decl. --- diff --git a/src/reader.h b/src/reader.h index 24816c9f..a1d5be37 100644 --- a/src/reader.h +++ b/src/reader.h @@ -1,5 +1,5 @@ /* Input parser for bison - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -21,6 +21,7 @@ #ifndef READER_H_ # define READER_H_ +# include "location.h" # include "symlist.h" # include "parse-gram.h" @@ -35,6 +36,7 @@ merger_list; /* From the scanner. */ extern FILE *gram_in; extern int gram__flex_debug; +extern boundary scanner_cursor; void scanner_initialize (void); void scanner_free (void); void scanner_last_string_free (void);