summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-05-19 15:38:07 +0000
committerJani Taskinen <jani@php.net>2009-05-19 15:38:07 +0000
commit59bc60ffbebf3fc60146661642b83c89d8cc1c85 (patch)
tree3b9d0505b4a518b30ceb8e27a98b50bd87a01776
parentff18679418c8e67b27ed8b7a68d4001ef0af5068 (diff)
downloadphp-git-59bc60ffbebf3fc60146661642b83c89d8cc1c85.tar.gz
- Revert bad compile warning fix which causes compile failures with older glibc
-rw-r--r--ext/date/php_date.c2
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"