From bb33de84b006b762455c6308385c49b0456ca65c Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 19 May 2009 15:37:38 +0000 Subject: [PATCH] - Revert bad compile warning fix which causes compile failures with older glibc --- ext/date/php_date.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 8618ab0abb..d01394bc92 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -18,8 +18,6 @@ /* $Id$ */ -#define _ISOC9X_SOURCE - #include "php.h" #include "php_streams.h" #include "php_main.h" -- 2.50.1