Regex update.

This commit is contained in:
Steve 2018-02-18 17:01:49 +00:00
parent bea993ece0
commit 8ece207582
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{