aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-05-07 06:12:09 +0000
committerbloodstalker <thabogre@gmail.com>2020-05-07 06:12:09 +0000
commita4135fdc2099ccc354736f5679a6eee8154a6836 (patch)
tree2db0875e578980cb48cd686f015a728f30fae537
parentappveyor build fix (diff)
downloadcgrep-mystery.tar.gz
cgrep-mystery.zip
trying to solve the mystery...mystery
-rw-r--r--cgrep.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgrep.cpp b/cgrep.cpp
index c1142f8..0abfef5 100644
--- a/cgrep.cpp
+++ b/cgrep.cpp
@@ -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))