]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/NetBSD/strfmon.c
Libc-1158.20.4.tar.gz
[apple/libc.git] / stdlib / NetBSD / strfmon.c
index 2afa83568dab5e3ffc70d23a5e83a02a10b5898d..8ee41da4c04e025972985d477bed3eee6f4ce346 100644 (file)
@@ -483,7 +483,7 @@ __calc_left_pad(int flags, char *cur_symb, struct lconv *lc) {
 }
 
 static int
-get_groups(int size, char *grouping) {
+get_groups(int size, const char *grouping) {
 
        int     chars = 0;
 
@@ -522,7 +522,7 @@ __format_grouped_double(double value, int *flags,
 
        int             padded;
 
-       char            *grouping;
+       const char      *grouping;
        char            decimal_point;
        char            thousands_sep;