mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
Various anti-`extern in *.c' changes.
* src/system.h: Include `assert.h'.
This commit is contained in:
@@ -993,8 +993,7 @@ pack_vector (int vector)
|
||||
i = order[vector];
|
||||
t = tally[i];
|
||||
|
||||
if (t == 0)
|
||||
berror ("pack_vector");
|
||||
assert (t);
|
||||
|
||||
from = froms[i];
|
||||
to = tos[i];
|
||||
|
||||
Reference in New Issue
Block a user