Kaydet (Commit) 53e8d44e authored tarafından Guido van Rossum's avatar Guido van Rossum

changes in NT tests

üst 59461c70
...@@ -69,13 +69,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -69,13 +69,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
XXX PROBLEM: some positive errors have a meaning for MacOS, XXX PROBLEM: some positive errors have a meaning for MacOS,
but some library routines set Unix error numbers... but some library routines set Unix error numbers...
*/ */
extern char *PyMac_StrError PROTO((int));
#undef strerror #undef strerror
#define strerror PyMac_StrError #define strerror PyMac_StrError
#endif /* macintosh */ #endif /* macintosh */
#ifndef NT #ifndef __STDC__
extern char *strerror PROTO((int)); extern char *strerror PROTO((int));
#endif /* !NT */ #endif
/* Last exception stored by err_setval() */ /* Last exception stored by err_setval() */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment