[Python-checkins] CVS: python/dist/src/Python thread.c,2.32,2.33

Thomas Wouters python-dev@python.org
Mon, 24 Jul 2000 07:39:52 -0700


Update of /cvsroot/python/python/dist/src/Python
In directory slayer.i.sourceforge.net:/tmp/cvs-serv22818/Python

Modified Files:
	thread.c 
Log Message:

Prototype yet another forward declaration.



Index: thread.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread.c,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -r2.32 -r2.33
*** thread.c	2000/07/22 18:47:25	2.32
--- thread.c	2000/07/24 14:39:50	2.33
***************
*** 86,90 ****
  static int initialized;
  
! static void PyThread__init_thread(); /* Forward */
  
  void PyThread_init_thread(void)
--- 86,90 ----
  static int initialized;
  
! static void PyThread__init_thread(void); /* Forward */
  
  void PyThread_init_thread(void)