summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index e862ae5..3cf30d6 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -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)