Commit e6096b76 authored by Guido van Rossum's avatar Guido van Rossum

Get rid of the strptype() declaration -- on some BSD systems, it's a

conflict, and it should be declared in time.h anyway.
(Too bad if gcc -Wall won't be happy if it isn't declared...)
parent d301c2e6
......@@ -402,7 +402,7 @@ See the library reference manual for formatting codes.";
#endif /* HAVE_STRFTIME */
#ifdef HAVE_STRPTIME
extern char *strptime(); /* In case it's not declared somehow */
/* extern char *strptime(); /* Enable this if it's not declared in <time.h> */
static PyObject *
time_strptime(self, args)
......
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