Skip to content

Commit 24547a7

Browse files
committed
Declarations1: fix rule 20-4 after lib rename
1 parent 0b2ecfc commit 24547a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/src/rules/RULE-20-4/MacroDefinedWithTheSameNameAsKeyword.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import cpp
1818
import codingstandards.c.misra
19-
import codingstandards.c.Keywords
19+
import codingstandards.cpp.CKeywords
2020

2121
from Macro m, string name
2222
where

0 commit comments

Comments
 (0)