diff options
author | Moonchild <moonchild@palemoon.org> | 2020-12-22 20:32:56 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-12-22 20:32:56 +0000 |
commit | 25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4 (patch) | |
tree | 7c410dbb5d672661bf0a567736501ec3f5ef5191 /config | |
parent | 911cbcd1af7d8becf9694e3b51ce773908e1a93d (diff) | |
download | uxp-25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4.tar.gz |
Issue #1701 - Implement Intl.PluralRules API
Diffstat (limited to 'config')
-rw-r--r-- | config/check_spidermonkey_style.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/check_spidermonkey_style.py b/config/check_spidermonkey_style.py index cc8695cee7..4667a1a2ff 100644 --- a/config/check_spidermonkey_style.py +++ b/config/check_spidermonkey_style.py @@ -79,6 +79,7 @@ included_inclnames_to_ignore = set([ 'prtypes.h', # NSPR 'selfhosted.out.h', # generated in $OBJDIR 'shellmoduleloader.out.h', # generated in $OBJDIR + 'unicode/plurrule.h', # ICU 'unicode/timezone.h', # ICU 'unicode/ucal.h', # ICU 'unicode/uclean.h', # ICU @@ -90,6 +91,7 @@ included_inclnames_to_ignore = set([ 'unicode/unorm.h', # ICU 'unicode/unum.h', # ICU 'unicode/unumsys.h', # ICU + 'unicode/upluralrules.h', # ICU 'unicode/ustring.h', # ICU 'unicode/utypes.h', # ICU 'vtune/VTuneWrapper.h' # VTune |