Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a83b68a

Browse files
committed
Remove the only Py_PROTO in the docs.
1 parent dbd9ba6 commit a83b68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ext/ext.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ \section{Providing a C API for an Extension Module
16031603
/* C API functions */
16041604
#define PySpam_System_NUM 0
16051605
#define PySpam_System_RETURN int
1606-
#define PySpam_System_PROTO Py_PROTO((char *command))
1606+
#define PySpam_System_PROTO(char *command)
16071607
16081608
/* Total number of C API pointers */
16091609
#define PySpam_API_pointers 1

0 commit comments

Comments
 (0)