From 4fe01a2b112e98271b429738b3f9d617bd348ab1 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 31 Dec 2004 05:37:15 +0000 Subject: change _p9pow10 to fmtpow10 --- src/lib9/fmt/fltfmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9') diff --git a/src/lib9/fmt/fltfmt.c b/src/lib9/fmt/fltfmt.c index 2604e4ff..8afd024a 100644 --- a/src/lib9/fmt/fltfmt.c +++ b/src/lib9/fmt/fltfmt.c @@ -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) -- cgit v1.2.3