]> granicus.if.org Git - php/commitdiff
- Removed dead defines.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Mon, 21 Feb 2011 05:33:16 +0000 (05:33 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Mon, 21 Feb 2011 05:33:16 +0000 (05:33 +0000)
ext/standard/formatted_print.c

index c33b0eee4a09c9e5a85876455329b9d5bc9f41f3..4aebbf390ded5403ac92de3256bb0408516700c1 100644 (file)
 #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