[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
- Previous message: [Python-checkins] CVS: python/dist/src/Modules xxsubtype.c,1.1,2.1 Setup.dist,1.21,1.22 cPickle.c,2.60,2.61 config.c.in,1.73,1.74
- Next message: [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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? */
- Previous message: [Python-checkins] CVS: python/dist/src/Modules xxsubtype.c,1.1,2.1 Setup.dist,1.21,1.22 cPickle.c,2.60,2.61 config.c.in,1.73,1.74
- Next message: [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]