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

Skip to content

Commit b6c1bb8

Browse files
committed
Bug #1184380: extending&embedding example broken
1 parent 61aa630 commit b6c1bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ext/extending.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ \section{Providing a C API for an Extension Module
13061306
/* C API functions */
13071307
#define PySpam_System_NUM 0
13081308
#define PySpam_System_RETURN int
1309-
#define PySpam_System_PROTO (char *command)
1309+
#define PySpam_System_PROTO (const char *command)
13101310
13111311
/* Total number of C API pointers */
13121312
#define PySpam_API_pointers 1

0 commit comments

Comments
 (0)