--- embedaddon/php/ext/standard/formatted_print.c 2012/02/21 23:48:02 1.1.1.1 +++ embedaddon/php/ext/standard/formatted_print.c 2012/05/29 12:34:43 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: formatted_print.c,v 1.1.1.1 2012/02/21 23:48:02 misho Exp $ */ +/* $Id: formatted_print.c,v 1.1.1.2 2012/05/29 12:34:43 misho Exp $ */ #include /* modf() */ #include "php.h" @@ -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