[Python-checkins] CVS: python/dist/src/Mac/Modules/snd Sndmodule.c,1.25,1.26

Jack Jansen jackjansen@users.sourceforge.net
Wed, 20 Jun 2001 14:22:21 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/snd
In directory usw-pr-cvs1:/tmp/cvs-serv568/Python/Mac/Modules/snd

Modified Files:
	Sndmodule.c 
Log Message:
ANSIfied function headers to shut up compiler warnings on OSX/Mach-o.

Index: Sndmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/snd/Sndmodule.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** Sndmodule.c	2001/05/22 21:55:35	1.25
--- Sndmodule.c	2001/06/20 21:22:19	1.26
***************
*** 352,356 ****
  } SPBObject;
  
! static PyObject *SPBObj_New()
  {
  	SPBObject *it;
--- 352,356 ----
  } SPBObject;
  
! static PyObject *SPBObj_New(void)
  {
  	SPBObject *it;