We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4de3817 + 41bdaa3 commit 5e84c71Copy full SHA for 5e84c71
cpp/downgrades/59cb96ca699929b63941e81905f9b8de7eed59a6/preprocdirects.ql
@@ -11,7 +11,7 @@ int getKind(int kind) {
11
if kind = 14
12
then result = 6 // Represent MSFT #import as #include
13
else
14
- if kind = 15 or kind = 6
+ if kind = 15 or kind = 16
15
then result = 3 // Represent #elifdef and #elifndef as #elif
16
else result = kind
17
}
0 commit comments