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 20, 2012
1 parent 438d9f1 commit 1e85c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/config/processorconfig.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ prefixSignatureRegEx = '|'.join([
'objc_exception_throw',
'objc_msgSend',
'operator new\([^,\)]+\)',
'NSS.*',
'nss.*',
'PL_.*',
'port_.*',
'PORT_.*',
Expand Down

0 comments on commit 1e85c69

Please sign in to comment.