Various anti-`extern in *.c' changes.

* src/system.h: Include `assert.h'.
This commit is contained in:
Akim Demaille
2000-10-02 08:35:47 +00:00
parent b2ca4022ea
commit 340ef48922
15 changed files with 95 additions and 87 deletions

View File

@@ -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];