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.
1 parent 33ac54b commit 4e138c5Copy full SHA for 4e138c5
Tools/c-analyzer/c_parser/preprocessor/gcc.py
@@ -7,9 +7,15 @@
7
# macro. Usually it's defined by the C file which includes it.
8
# Other header files have a similar issue.
9
NEED_BUILD_CORE = {
10
+ # Header ".h" files
11
'cjkcodecs.h',
12
'multibytecodec.h',
13
'socketmodule.h',
14
+
15
+ # Argument Clinic ".c.h" files
16
+ '_testclinic.c.h',
17
+ '_testclinic_depr.c.h',
18
+ 'selectmodule.c.h',
19
}
20
21
TOOL = 'gcc'
0 commit comments