Renamed Py_input_hook to PyOS_InputHook.

Also cleaned out some CR's left by the VC++ editor.
This commit is contained in:
Guido van Rossum 1997-08-11 18:57:29 +00:00
parent 0357d02eab
commit 44620646fd
4 changed files with 9 additions and 9 deletions

View file

@ -54,7 +54,7 @@ EXPORTS
PySlice_Type DATA
Py_InteractiveFlag DATA
PyCObject_Type DATA
Py_input_hook DATA
PyOS_InputHook DATA
PyOS_ReadlineFunctionPointer DATA
_PyObject_New