|
@@ -3451,7 +3451,8 @@ sub process {
|
|
$dstat !~ /^for\s*$Constant$/ && # for (...)
|
|
$dstat !~ /^for\s*$Constant$/ && # for (...)
|
|
$dstat !~ /^for\s*$Constant\s+(?:$Ident|-?$Constant)$/ && # for (...) bar()
|
|
$dstat !~ /^for\s*$Constant\s+(?:$Ident|-?$Constant)$/ && # for (...) bar()
|
|
$dstat !~ /^do\s*{/ && # do {...
|
|
$dstat !~ /^do\s*{/ && # do {...
|
|
- $dstat !~ /^\({/) # ({...
|
|
|
|
|
|
+ $dstat !~ /^\({/ && # ({...
|
|
|
|
+ $ctx !~ /^.\s*#\s*define\s+TRACE_(?:SYSTEM|INCLUDE_FILE|INCLUDE_PATH)\b/)
|
|
{
|
|
{
|
|
$ctx =~ s/\n*$//;
|
|
$ctx =~ s/\n*$//;
|
|
my $herectx = $here . "\n";
|
|
my $herectx = $here . "\n";
|