mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
This commit is contained in:
parent
23c9e0024a
commit
7889010731
14 changed files with 109 additions and 145 deletions
|
@ -92,7 +92,7 @@ typedef struct {
|
|||
} dictobject;
|
||||
|
||||
PyObject *
|
||||
PyDict_New()
|
||||
PyDict_New(void)
|
||||
{
|
||||
register dictobject *mp;
|
||||
if (dummy == NULL) { /* Auto-initialize dummy */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue