Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15974ad commit e5b4026Copy full SHA for e5b4026
1 file changed
Python/errors.c
@@ -38,15 +38,9 @@ PERFORMANCE OF THIS SOFTWARE.
38
#endif
39
40
#ifdef macintosh
41
-#ifndef __MSL__
42
-/* Replace strerror with a Mac specific routine.
43
- XXX PROBLEM: some positive errors have a meaning for MacOS,
44
- but some library routines set Unix error numbers...
45
-*/
46
extern char *PyMac_StrError Py_PROTO((int));
47
#undef strerror
48
#define strerror PyMac_StrError
49
-#endif
50
#endif /* macintosh */
51
52
#ifndef __STDC__
0 commit comments