Skip to content

Commit

Permalink
Bug 822163: Add NSS.* and nss.* to the prefixSignatureRegEx
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Smith authored and lonnen committed Dec 26, 2012
1 parent 253b9b6 commit 19fa44a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/config/processorconfig.py.dist
Expand Up @@ -247,6 +247,8 @@ prefixSignatureRegEx = '|'.join([
'objc_exception_throw',
'objc_msgSend',
'operator new\([^,\)]+\)',
'NSS.*',
'nss.*',
'PL_.*',
'port_.*',
'PORT_.*',
Expand Down

0 comments on commit 19fa44a

Please sign in to comment.