Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85c9aea

Browse files
committed
Added prototypes.
1 parent 4e17866 commit 85c9aea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/Python/macmain.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ extern int Py_SuppressPrintingFlag; /* For ceval.c, declared in pythonrun.c */
4848

4949

5050
/* Subroutines that live in their own file */
51-
extern char *getversion();
52-
extern char *getcopyright();
51+
extern char *getversion Py_PROTO((void));
52+
extern char *getcopyright Py_PROTO((void));
5353

5454

5555
/* For getprogramname(); set by main() */

0 commit comments

Comments
 (0)