mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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...)
This commit is contained in:
parent
e0d7dae3b8
commit
0a6363d7e1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue