cpython/Modules/_time.h
Alexander Belopolsky d95a586d77 Issue #9012: "Separate compilation of time and datetime modules."
Segregated code shared between time and datetime modules into
Modules/_time.c.  Added a new header file, Modules/_time.h, which
will be used instead of Include/timefuncs.h for declarations shared
between time and datetime modules.
2010-06-16 22:38:15 +00:00

4 lines
138 B
C

/* XXX: It is probably best to move timefuncs.h content in here, and
remove it but user code may rely on it. */
#include "timefuncs.h"