[Python-checkins] CVS: python/dist/src/Mac/Modules/snd _Sndmodule.c,1.3,1.4

Jack Jansen jackjansen@users.sourceforge.net
2001年11月30日 06:17:06 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/snd
In directory usw-pr-cvs1:/tmp/cvs-serv22285/Mac/Modules/snd
Modified Files:
	_Sndmodule.c 
Log Message:
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
changes from start of branch upto r22b2 were already merged, of course).
Index: _Sndmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/snd/_Sndmodule.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** _Sndmodule.c	2001年09月05日 10:28:49	1.3
--- _Sndmodule.c	2001年11月30日 14:16:34	1.4
***************
*** 6,15 ****
 
 
- #ifdef _WIN32
- #include "pywintoolbox.h"
- #else
 #include "macglue.h"
 #include "pymactoolbox.h"
- #endif
 
 /* Macro to test whether a weak-loaded CFM function exists */
--- 6,11 ----
***************
*** 317,321 ****
 
 staticforward PyTypeObject SndChannel_Type = {
! 	PyObject_HEAD_INIT(&PyType_Type)
 	0, /*ob_size*/
 	"SndChannel", /*tp_name*/
--- 313,317 ----
 
 staticforward PyTypeObject SndChannel_Type = {
! 	PyObject_HEAD_INIT(NULL)
 	0, /*ob_size*/
 	"SndChannel", /*tp_name*/
***************
*** 445,449 ****
 
 staticforward PyTypeObject SPB_Type = {
! 	PyObject_HEAD_INIT(&PyType_Type)
 	0, /*ob_size*/
 	"SPB", /*tp_name*/
--- 441,445 ----
 
 staticforward PyTypeObject SPB_Type = {
! 	PyObject_HEAD_INIT(NULL)
 	0, /*ob_size*/
 	"SPB", /*tp_name*/

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