diff options
| author | bloodstalker <thabogre@gmail.com> | 2020-05-07 06:12:09 +0000 |
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2020-05-07 06:12:09 +0000 |
| commit | a4135fdc2099ccc354736f5679a6eee8154a6836 (patch) | |
| tree | 2db0875e578980cb48cd686f015a728f30fae537 | |
| parent | appveyor build fix (diff) | |
| download | cgrep-mystery.tar.gz cgrep-mystery.zip | |
trying to solve the mystery...mystery
| -rw-r--r-- | cgrep.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -423,6 +423,7 @@ public: SourceLocation SL = SR.getBegin(); CheckSLValidity(SL); SL = Devi::SourceLocationHasMacro(SL, Rewrite, "start"); + CheckSLValidity(SL); if (Devi::IsTheMatchInSysHeader(CO_SYSHDR, MR, SL)) return void(); if (!Devi::IsTheMatchInMainFile(CO_MAINFILE, MR, SL)) |
