mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
Remove last commit at the request of Paul Eggert.
This commit is contained in:
@@ -58,7 +58,7 @@ static size_t no_cr_read (FILE *, char *, size_t);
|
||||
#define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size))
|
||||
|
||||
/* A string representing the most recently saved token. */
|
||||
static char *last_string;
|
||||
char *last_string;
|
||||
|
||||
void
|
||||
gram_scanner_last_string_free (void)
|
||||
|
||||
Reference in New Issue
Block a user