Keep Microsoft VC happy.

This commit is contained in:
Guido van Rossum 1997-04-11 20:44:04 +00:00
parent 6bf62dad9e
commit 7844e38a98
5 changed files with 31 additions and 29 deletions

View file

@ -84,8 +84,10 @@ extern char *PyMac_StrError PROTO((int));
#endif /* macintosh */
#ifndef __STDC__
#ifndef MS_WINDOWS
extern char *strerror PROTO((int));
#endif
#endif
/* Last exception stored by err_setval() */