From 4d0d471a8031de90a2b1ce99c4ac4780e60b3bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 3 Dec 2010 20:14:31 +0000 Subject: Merge branches/pep-0384. --- Include/datetime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Include/datetime.h') diff --git a/Include/datetime.h b/Include/datetime.h index 2d71fced8d..db57a18e66 100644 --- a/Include/datetime.h +++ b/Include/datetime.h @@ -1,6 +1,6 @@ /* datetime.h */ - +#ifndef Py_LIMITED_API #ifndef DATETIME_H #define DATETIME_H #ifdef __cplusplus @@ -234,3 +234,4 @@ static PyDateTime_CAPI *PyDateTimeAPI = NULL; } #endif #endif +#endif /* !Py_LIMITED_API */ -- cgit v1.2.1