Commit e6136b21 authored by Jack Jansen's avatar Jack Jansen

Added prototypes.

parent 1d25b801
...@@ -48,8 +48,8 @@ extern int Py_SuppressPrintingFlag; /* For ceval.c, declared in pythonrun.c */ ...@@ -48,8 +48,8 @@ extern int Py_SuppressPrintingFlag; /* For ceval.c, declared in pythonrun.c */
/* Subroutines that live in their own file */ /* Subroutines that live in their own file */
extern char *getversion(); extern char *getversion Py_PROTO((void));
extern char *getcopyright(); extern char *getcopyright Py_PROTO((void));
/* For getprogramname(); set by main() */ /* For getprogramname(); set by main() */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment