cataphract Mon, 21 Feb 2011 05:33:16 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=308523
Log: - Removed dead defines. Changed paths: U php/php-src/trunk/ext/standard/formatted_print.c Modified: php/php-src/trunk/ext/standard/formatted_print.c =================================================================== --- php/php-src/trunk/ext/standard/formatted_print.c 2011-02-21 03:02:23 UTC (rev 308522) +++ php/php-src/trunk/ext/standard/formatted_print.c 2011-02-21 05:33:16 UTC (rev 308523) @@ -37,10 +37,7 @@ #define ADJ_WIDTH 1 #define ADJ_PRECISION 2 #define NUM_BUF_SIZE 500 -#define NDIG 80 -#define FLOAT_DIGITS 6 #define FLOAT_PRECISION 6 -#define MAX_FLOAT_DIGITS 38 #define MAX_FLOAT_PRECISION 53 #if 0
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php