pajoye                                   Mon, 14 Jun 2010 09:15:20 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=300427

Log:
- drop comment

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/standard/crypt_sha256.c
    U   php/php-src/trunk/ext/standard/crypt_sha256.c

Modified: php/php-src/branches/PHP_5_3/ext/standard/crypt_sha256.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/crypt_sha256.c    2010-06-14 
09:00:46 UTC (rev 300426)
+++ php/php-src/branches/PHP_5_3/ext/standard/crypt_sha256.c    2010-06-14 
09:15:20 UTC (rev 300427)
@@ -38,7 +38,6 @@
 # include <sys/param.h>
 # include <sys/types.h>
 # if HAVE_STRING_H
-//#  define __USE_GNU 1
 #  include <string.h>
 # else
 #  include <strings.h>

Modified: php/php-src/trunk/ext/standard/crypt_sha256.c
===================================================================
--- php/php-src/trunk/ext/standard/crypt_sha256.c       2010-06-14 09:00:46 UTC 
(rev 300426)
+++ php/php-src/trunk/ext/standard/crypt_sha256.c       2010-06-14 09:15:20 UTC 
(rev 300427)
@@ -38,7 +38,6 @@
 # include <sys/param.h>
 # include <sys/types.h>
 # if HAVE_STRING_H
-//#  define __USE_GNU 1
 #  include <string.h>
 # else
 #  include <strings.h>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to