]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added prototypes.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 23 Oct 1995 13:57:03 +0000 (13:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 23 Oct 1995 13:57:03 +0000 (13:57 +0000)
Mac/Python/macmain.c

index 55f6f23040dbd64ec8797a1eae65d4c7bba6d801..0ac81cbed4b7504a1c4934f86753051e98221bcc 100644 (file)
@@ -48,8 +48,8 @@ extern int Py_SuppressPrintingFlag; /* For ceval.c, declared in pythonrun.c */
 
 
 /* Subroutines that live in their own file */
-extern char *getversion();
-extern char *getcopyright();
+extern char *getversion Py_PROTO((void));
+extern char *getcopyright Py_PROTO((void));
 
 
 /* For getprogramname(); set by main() */