Make gcc -Wall happy

This commit is contained in:
Guido van Rossum 1996-12-02 18:27:33 +00:00
parent bda7ca7772
commit fd8a393086
6 changed files with 29 additions and 20 deletions

View file

@ -159,7 +159,7 @@ findlabel(ll, type, str)
}
fprintf(stderr, "Label %d/'%s' not found\n", type, str);
fatal("grammar.c:findlabel()");
/*NOTREACHED*/
return 0; /* Make gcc -Wall happy */
}
/* Forward */