mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -177,7 +177,7 @@ ext_tab_footer = """\
|
|||
"""
|
||||
|
||||
ext_src_footer = """\
|
||||
extern int PyImport_ExtendInittab(struct _inittab *newtab);
|
||||
extern DL_IMPORT(int) PyImport_ExtendInittab(struct _inittab *newtab);
|
||||
|
||||
int PyInitFrozenExtensions()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue