commit | b6c1bb883e311fb60e8e54d6d5256d2f52941b4b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jun 05 10:56:59 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jun 05 10:56:59 2005 +0000 |
tree | 7b3700e742f63d7e0581bda6f98391d200ac7a05 | |
parent | 61aa630d0169c4aecb40cf937adcf9250f23529d [diff] |
Bug #1184380: extending&embedding example broken
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 @@ /* 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