mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Sjoerd Mullender:
Added some declarations to shut up compiler.
This commit is contained in:
parent
f618a48d11
commit
cfd76a202b
3 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@ main(argc, argv)
|
|||
int argc;
|
||||
char **argv;
|
||||
{
|
||||
extern int Py_FrozenMain Py_PROTO((int, char **));
|
||||
""" + ((not __debug__ and """
|
||||
Py_OptimizeFlag++;
|
||||
""") or "") + """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue