mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Make gcc -Wall happy
This commit is contained in:
parent
bda7ca7772
commit
fd8a393086
6 changed files with 29 additions and 20 deletions
|
@ -101,6 +101,7 @@ main(argc, argv)
|
|||
printnonterminals(g, fp);
|
||||
fclose(fp);
|
||||
goaway(0);
|
||||
return 0; /* Make gcc -Wall happy */
|
||||
}
|
||||
|
||||
grammar *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue