summaryrefslogtreecommitdiffstats
path: root/Doc/ext/ext.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-09 03:35:10 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-09 03:35:10 (GMT)
commita83b68a143b4d274bf8eb7e67b789f9d7dd27f86 (patch)
treed0a458daefd902334a49cd13c612bc24c77b35a7 /Doc/ext/ext.tex
parentdbd9ba6a6c19c3d06f5684b3384a934f740038db (diff)
downloadcpython-a83b68a143b4d274bf8eb7e67b789f9d7dd27f86.zip
cpython-a83b68a143b4d274bf8eb7e67b789f9d7dd27f86.tar.gz
cpython-a83b68a143b4d274bf8eb7e67b789f9d7dd27f86.tar.bz2
Remove the only Py_PROTO in the docs.
Diffstat (limited to 'Doc/ext/ext.tex')
-rw-r--r--Doc/ext/ext.tex2
1 files changed, 1 insertions, 1 deletions
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