[Python-checkins] python/dist/src/Doc/ext extending.tex,1.32,1.33

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Sun Jun 5 12:57:02 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5140/Doc/ext

Modified Files:
	extending.tex 
Log Message:
Bug #1184380: extending&embedding example broken



Index: extending.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/extending.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- extending.tex	13 Feb 2005 22:50:02 -0000	1.32
+++ extending.tex	5 Jun 2005 10:56:59 -0000	1.33
@@ -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



More information about the Python-checkins mailing list