From a83b68a143b4d274bf8eb7e67b789f9d7dd27f86 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 9 Jul 2000 03:35:10 +0000 Subject: Remove the only Py_PROTO in the docs. --- Doc/ext/ext.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 83f4681..2035149 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 -- cgit v0.12