diff options
| author | Georg Brandl <georg@python.org> | 2005-06-05 10:56:59 +0000 | 
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2005-06-05 10:56:59 +0000 | 
| commit | b6c1bb883e311fb60e8e54d6d5256d2f52941b4b (patch) | |
| tree | 7b3700e742f63d7e0581bda6f98391d200ac7a05 | |
| parent | 61aa630d0169c4aecb40cf937adcf9250f23529d (diff) | |
| download | cpython-git-b6c1bb883e311fb60e8e54d6d5256d2f52941b4b.tar.gz | |
Bug #1184380: extending&embedding example broken
| -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 bc2f9cb8fc..7016f94d4c 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  | 
