Regex update.
This commit is contained in:
parent
bea993ece0
commit
8ece207582
|
@ -89,7 +89,7 @@ function cleanHeader($headerFile)
|
|||
|
||||
$externs[] = $extern;
|
||||
|
||||
if (!preg_match_all("/\b${extern}[\\.\\-\\);]/", $body))
|
||||
if (!preg_match_all("/\b${extern}([\\.\\-\\);]| =)/", $body))
|
||||
{
|
||||
if (!$hasChanges)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue