mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
ANSIfy as many declarations as possible.
This commit is contained in:
parent
bd8ad942fe
commit
b4bd21cf79
5 changed files with 8 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#include "importdl.h"
|
||||
|
||||
|
||||
extern char *Py_GetProgramName();
|
||||
extern char *Py_GetProgramName(void);
|
||||
|
||||
const struct filedescr _PyImport_DynLoadFiletab[] = {
|
||||
{".o", "rb", C_EXTENSION},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue