(gram_scanner_cursor): Remove decl, since this

object is now static.
This commit is contained in:
Paul Eggert
2006-07-09 19:51:48 +00:00
parent 80ac75bcb6
commit 08bc001306

View File

@@ -26,7 +26,6 @@
/* From the scanner. */
extern FILE *gram_in;
extern int gram__flex_debug;
extern boundary gram_scanner_cursor;
extern char *gram_last_string;
extern location gram_last_braced_code_loc;
void gram_scanner_initialize (void);