summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-12-22 20:32:56 +0000
committerMoonchild <moonchild@palemoon.org>2020-12-22 20:32:56 +0000
commit25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4 (patch)
tree7c410dbb5d672661bf0a567736501ec3f5ef5191 /config
parent911cbcd1af7d8becf9694e3b51ce773908e1a93d (diff)
downloadUXP-25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4.tar
UXP-25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4.tar.gz
UXP-25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4.tar.lz
UXP-25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4.tar.xz
UXP-25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4.zip
Issue #1701 - Implement Intl.PluralRules API
Diffstat (limited to 'config')
-rw-r--r--config/check_spidermonkey_style.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/check_spidermonkey_style.py b/config/check_spidermonkey_style.py
index cc8695cee..4667a1a2f 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