diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index 9b26d16..8b038ac 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -126,7 +126,7 @@ extern "C" { /* _Py_Mangle is defined in compile.c */ PyAPI_FUNC(PyObject*) _Py_Mangle(PyObject *p, PyObject *name); -/* _Py_char2wchar lives in python.c */ +/* _Py_char2wchar lives in main.c */ PyAPI_FUNC(wchar_t *) _Py_char2wchar(char *); #ifdef __cplusplus } |