From b21f62eb2d833bd435a13289a85e29c559ee9d74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Mon, 21 Feb 2011 05:33:16 +0000 Subject: [PATCH] - Removed dead defines. --- ext/standard/formatted_print.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c index c33b0eee4a..4aebbf390d 100644 --- a/ext/standard/formatted_print.c +++ b/ext/standard/formatted_print.c @@ -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 -- 2.50.1