diff options
Diffstat (limited to 'locale/localeinfo.h')
-rw-r--r-- | locale/localeinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/localeinfo.h b/locale/localeinfo.h index b062200b3b..79db06d2f5 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -81,7 +81,8 @@ enum value_type stringarray, byte, bytearray, - word + word, + stringlist }; |