mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
18aa541ca2
Since configure.h is a generated header and it's missing traditional ifdefs preambule - it can be included & parsed multiple times. Normally compiler is fine when defines have same value and there is no warning - yet we don't need to parse this several times and by adding -include directive we can ensure every file in the package is rightly compile with configure.h as the first header file. |
||
---|---|---|
.. | ||
hash.c | ||
hash.h | ||
list.c | ||
list.h | ||
radix-tree-adaptive.c | ||
radix-tree-simple.c | ||
radix-tree.c | ||
radix-tree.h |