diff options
author | Georg Brandl <georg@python.org> | 2005-06-05 10:56:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-06-05 10:56:59 (GMT) |
commit | b6c1bb883e311fb60e8e54d6d5256d2f52941b4b (patch) | |
tree | 7b3700e742f63d7e0581bda6f98391d200ac7a05 /Doc/ext | |
parent | 61aa630d0169c4aecb40cf937adcf9250f23529d (diff) | |
download | cpython-b6c1bb883e311fb60e8e54d6d5256d2f52941b4b.zip cpython-b6c1bb883e311fb60e8e54d6d5256d2f52941b4b.tar.gz cpython-b6c1bb883e311fb60e8e54d6d5256d2f52941b4b.tar.bz2 |
Bug #1184380: extending&embedding example broken
Diffstat (limited to 'Doc/ext')
-rw-r--r-- | Doc/ext/extending.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/extending.tex b/Doc/ext/extending.tex index bc2f9cb..7016f94 100644 --- a/Doc/ext/extending.tex +++ b/Doc/ext/extending.tex @@ -1306,7 +1306,7 @@ extern "C" { /* C API functions */ #define PySpam_System_NUM 0 #define PySpam_System_RETURN int -#define PySpam_System_PROTO (char *command) +#define PySpam_System_PROTO (const char *command) /* Total number of C API pointers */ #define PySpam_API_pointers 1 |