[Python-checkins] CVS: python/dist/src/Include pythonrun.h,2.27,2.28

Guido van Rossum python-dev@python.org
Mon, 26 Jun 2000 07:37:56 -0700


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

Modified Files:
	pythonrun.h 
Log Message:
Fredrik Lundh: get rid of warning in pythonrun.c


Index: pythonrun.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pythonrun.h,v
retrieving revision 2.27
retrieving revision 2.28
diff -C2 -r2.27 -r2.28
*** pythonrun.h	2000/05/25 23:05:36	2.27
--- pythonrun.h	2000/06/26 14:37:53	2.28
***************
*** 95,98 ****
--- 95,99 ----
  /* Various internal finalizers */
  DL_IMPORT(void) fini_exceptions Py_PROTO((void));
+ DL_IMPORT(void) _PyImport_Fini Py_PROTO((void));
  DL_IMPORT(void) PyMethod_Fini Py_PROTO((void));
  DL_IMPORT(void) PyFrame_Fini Py_PROTO((void));