summaryrefslogtreecommitdiff
path: root/locale/localeinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'locale/localeinfo.h')
-rw-r--r--locale/localeinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/localeinfo.h b/locale/localeinfo.h
index c235fb8740..3ec58f3b21 100644
--- a/locale/localeinfo.h
+++ b/locale/localeinfo.h
@@ -147,7 +147,8 @@ struct lc_time_data
const char **alt_digits;
const wchar_t **walt_digits;
- int alt_digits_initialized, walt_digits_initialized;
+ int alt_digits_initialized;
+ int walt_digits_initialized;
};