[Python-checkins] CVS: python/dist/src/PC config.c,1.31,1.32

Tim Peters tim_one@users.sourceforge.net
2001年8月01日 21:15:02 -0700


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv8810/python/dist/src/PC
Modified Files:
	config.c 
Log Message:
Merge of descr-branch back into trunk.
Index: config.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** config.c	2001年02月02日 00:07:07	1.31
--- config.c	2001年08月02日 04:15:00	1.32
***************
*** 45,48 ****
--- 45,49 ----
 extern void initxreadlines(void);
 extern void init_weakref(void);
+ extern void initxxsubtype(void);
 
 /* XXX tim: what's the purpose of ADDMODULE MARKER? */
***************
*** 98,101 ****
--- 99,104 ----
 	{"xreadlines", initxreadlines},
 	{"_weakref", init_weakref},
+ 
+ 	{"xxsubtype", initxxsubtype},
 
 /* XXX tim: what's the purpose of ADDMODULE MARKER? */

AltStyle によって変換されたページ (->オリジナル) /