diff options
author | Greg Stein <gstein@lyra.org> | 2000-07-09 16:27:33 (GMT) |
---|---|---|
committer | Greg Stein <gstein@lyra.org> | 2000-07-09 16:27:33 (GMT) |
commit | c2844af87b49824644a3afb82a5e54802dd9f782 (patch) | |
tree | ce4f2d3938930bf564917407bb12b41ec2b3bc51 /Doc/ext | |
parent | 100814dc443589e04745ab5c66de67a7eff9aa7a (diff) | |
download | cpython-c2844af87b49824644a3afb82a5e54802dd9f782.zip cpython-c2844af87b49824644a3afb82a5e54802dd9f782.tar.gz cpython-c2844af87b49824644a3afb82a5e54802dd9f782.tar.bz2 |
needs a space
Diffstat (limited to 'Doc/ext')
-rw-r--r-- | Doc/ext/ext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 2035149..002fdf7 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -1603,7 +1603,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 (char *command) /* Total number of C API pointers */ #define PySpam_API_pointers 1 |