[Python-checkins] CVS: python/dist/src/Modules cmathmodule.c,2.16,2.17

Thomas Wouters python-dev@python.org
Mon, 24 Jul 2000 13:16:14 +0200


On Mon, Jul 24, 2000 at 04:09:40AM -0700, Thomas Wouters wrote:
> Update of /cvsroot/python/python/dist/src/Modules
> In directory slayer.i.sourceforge.net:/tmp/cvs-serv2752
> 
> Modified Files:
> 	cmathmodule.c 
> Log Message:

<zip>

Sorry, something went wrong with checking in (bungled the log message,
wanted to check on something, tried to cancel it, broke off the sync-mail
instead ;P) The log message should have been:

'fix more sneakily hiding prototype-less function declarations.'

And the diff this:

Index: cmathmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cmathmodule.c,v
retrieving revision 2.16
retrieving revision 2.17
diff -c -c -r2.16 -r2.17
*** cmathmodule.c       2000/07/21 06:00:07     2.16
--- cmathmodule.c       2000/07/24 11:09:37     2.17
***************
*** 36,44 ****
  #endif
  
  /* forward declarations */
! staticforward Py_complex c_log();
! staticforward Py_complex c_prodi();
! staticforward Py_complex c_sqrt();
  
  
  static Py_complex c_acos(Py_complex x)
--- 36,44 ----
  #endif
  
  /* forward declarations */
! staticforward Py_complex c_log(Py_Complex);
! staticforward Py_complex c_prodi(Py_Complex);
! staticforward Py_complex c_sqrt(Py_Complex);
  
  
  static Py_complex c_acos(Py_complex x)


That's when I wondered whether I had the capitalization right, and I started
bungling ;)

-- 
Thomas Wouters <thomas@xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!