change _p9pow10 to fmtpow10

This commit is contained in:
rsc 2004-12-31 05:37:15 +00:00
parent 08166a4548
commit 4fe01a2b11

View file

@ -55,7 +55,7 @@ static double pows10[] =
1e150, 1e151, 1e152, 1e153, 1e154, 1e155, 1e156, 1e157, 1e158, 1e159,
};
#define pow10(x) _p9pow10(x)
#define pow10(x) fmtpow10(x)
static double
pow10(int n)