mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-23 09:44:27 +00:00
Various anti-`extern in *.c' changes.
* src/system.h: Include `assert.h'.
This commit is contained in:
+1
-2
@@ -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