From 25b6703e956a33e0ecd8bdc18f423e5eb5dd09d4 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Tue, 22 Dec 2020 20:32:56 +0000 Subject: Issue #1701 - Implement Intl.PluralRules API --- config/check_spidermonkey_style.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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 -- cgit v1.2.3