From bd873ebf4b97b9b80789a7201be2a80932031f4b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 19 Aug 1996 22:12:39 +0000 Subject: Always include config.h --- Python/mystrtoul.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Python/mystrtoul.c') diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c index a646283789..5dfade8282 100644 --- a/Python/mystrtoul.c +++ b/Python/mystrtoul.c @@ -22,9 +22,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif /* Convert a possibly signed character to a nonnegative int */ /* XXX This assumes characters are 8 bits wide */ -- cgit v1.2.1