Fix prototypes generated by makesetup, so they include '(void)' rather than

empty argumentlists.
This commit is contained in:
Thomas Wouters 2000-07-23 00:02:15 +00:00
parent a534594fc7
commit 53e7fd77a7
2 changed files with 4 additions and 4 deletions

View file

@ -20,8 +20,8 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
/* -- ADDMODULE MARKER 1 -- */
extern void PyMarshal_Init();
extern void initimp();
extern void PyMarshal_Init(void);
extern void initimp(void);
struct _inittab _PyImport_Inittab[] = {