diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-11-09 20:48:11 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-11-09 20:48:11 -0500 |
commit | 74ebcea4094f6e350936bb416c4c9598f404af0f (patch) | |
tree | 3d26a1032081d9e55c71149623de5470319b3691 | |
parent | c732425e1a76ffbff74b42d777e3e00bc89be56e (diff) | |
download | uxp-74ebcea4094f6e350936bb416c4c9598f404af0f.tar.gz |
Issue #1677 - Part 7: Add unicode/uniset.h to check_spidermonkey_style.py for some reason
-rw-r--r-- | config/check_spidermonkey_style.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/check_spidermonkey_style.py b/config/check_spidermonkey_style.py index a3d1b61aee..cc8695cee7 100644 --- a/config/check_spidermonkey_style.py +++ b/config/check_spidermonkey_style.py @@ -86,6 +86,7 @@ included_inclnames_to_ignore = set([ 'unicode/udat.h', # ICU 'unicode/udatpg.h', # ICU 'unicode/uenum.h', # ICU + 'unicode/uniset.h', # ICU 'unicode/unorm.h', # ICU 'unicode/unum.h', # ICU 'unicode/unumsys.h', # ICU |