mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
(reduce_print): Don't invoke fflush; it's not needed.
This commit is contained in:
@@ -407,7 +407,6 @@ reduce_print (void)
|
|||||||
nuseless_productions),
|
nuseless_productions),
|
||||||
nuseless_productions);
|
nuseless_productions);
|
||||||
fprintf (stderr, "\n");
|
fprintf (stderr, "\n");
|
||||||
fflush (stderr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user