Remove the only Py_PROTO in the docs.

This commit is contained in:
Fred Drake 2000-07-09 03:35:10 +00:00
parent dbd9ba6a6c
commit a83b68a143
1 changed files with 1 additions and 1 deletions

View File

@ -1603,7 +1603,7 @@ extern "C" {
/* C API functions */
#define PySpam_System_NUM 0
#define PySpam_System_RETURN int
#define PySpam_System_PROTO Py_PROTO((char *command))
#define PySpam_System_PROTO(char *command)
/* Total number of C API pointers */
#define PySpam_API_pointers 1