Sjoerd Mullender:

Added some declarations to shut up compiler.
This commit is contained in:
Guido van Rossum 1999-11-02 15:44:40 +00:00
parent f618a48d11
commit cfd76a202b
3 changed files with 3 additions and 1 deletions

View file

@ -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()
{