diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 7d5317972a0..faadf1e0fc3 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -421,7 +421,10 @@ See the library reference manual for formatting codes."; #endif /* HAVE_STRFTIME */ #ifdef HAVE_STRPTIME -/* extern char *strptime(); /* Enable this if it's not declared in */ + +#if 0 +extern char *strptime(); /* Enable this if it's not declared in */ +#endif static PyObject * time_strptime(self, args)