diff options
author | Jani Taskinen <jani@php.net> | 2009-05-19 15:38:07 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-05-19 15:38:07 +0000 |
commit | 59bc60ffbebf3fc60146661642b83c89d8cc1c85 (patch) | |
tree | 3b9d0505b4a518b30ceb8e27a98b50bd87a01776 | |
parent | ff18679418c8e67b27ed8b7a68d4001ef0af5068 (diff) | |
download | php-git-59bc60ffbebf3fc60146661642b83c89d8cc1c85.tar.gz |
- Revert bad compile warning fix which causes compile failures with older glibc
-rw-r--r-- | ext/date/php_date.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 614aac889f..262437a658 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" |