(main): Initialize `cat' to please the compiler.

This commit is contained in:
Ulrich Drepper 1999-03-14 16:28:30 +00:00
parent 108b08c01c
commit 3814a67932

View File

@ -203,7 +203,7 @@ main (int argc, char *argv[])
beginning every time. */
do
{
int cat;
int cat = 0;
for (act_add_locdef = copy_list; act_add_locdef != NULL;
act_add_locdef = act_add_locdef->next)