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

Thomas Wouters python-dev@python.org
2000年7月24日 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)

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