Guess this ignore pattern does not work on older perl.

git-svn-id: svn://10.0.0.236/trunk@36944 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 1999-06-25 21:43:06 +00:00
parent 0485be551e
commit c0f3883b36

View File

@ -32,7 +32,7 @@ $lxr_data_root = '/export2/lxr-data';
'long long',
'__cmsg_data',
'location of the previous definition',
'^by \`'
'by \`'
);
$ignore_pat = "(?:".join('|',@ignore).")";