From: Fred Drake Date: Sun, 9 Jul 2000 03:35:10 +0000 (+0000) Subject: Remove the only Py_PROTO in the docs. X-Git-Tag: v2.0b1~983 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a83b68a143b4d274bf8eb7e67b789f9d7dd27f86;p=thirdparty%2FPython%2Fcpython.git Remove the only Py_PROTO in the docs. --- diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 83f468182eb9..203514923c1a 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -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