diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-09 03:35:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-09 03:35:10 (GMT) |
commit | a83b68a143b4d274bf8eb7e67b789f9d7dd27f86 (patch) | |
tree | d0a458daefd902334a49cd13c612bc24c77b35a7 /Doc | |
parent | dbd9ba6a6c19c3d06f5684b3384a934f740038db (diff) | |
download | cpython-a83b68a143b4d274bf8eb7e67b789f9d7dd27f86.zip cpython-a83b68a143b4d274bf8eb7e67b789f9d7dd27f86.tar.gz cpython-a83b68a143b4d274bf8eb7e67b789f9d7dd27f86.tar.bz2 |
Remove the only Py_PROTO in the docs.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ext/ext.tex | 2 |
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 |