commit | 5e3c632a90e02c40d4e6a3d3548bcdd8f97632eb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jun 26 14:37:53 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jun 26 14:37:53 2000 +0000 |
tree | 5fe5fb7350e34ba9ea32214ec196c648613e93ed | |
parent | 5e0fa4065f928af5e44f136d46c18c37558262ad [diff] [blame] |
Fredrik Lundh: get rid of warning in pythonrun.c
diff --git a/Include/pythonrun.h b/Include/pythonrun.h index 2648d1c..998772d 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h
@@ -94,6 +94,7 @@ /* 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)); DL_IMPORT(void) PyCFunction_Fini Py_PROTO((void));