mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-07 14:12:09 +00:00
aa1cccbbef
guard macro is already defined for the first occurrence of the header. If it is, the body will be skipped and not be properly analyzed for the include guard optimization. llvm-svn: 95972
6 lines
41 B
C
6 lines
41 B
C
#ifndef ITERATING
|
|
a: X
|
|
#else
|
|
b: X
|
|
#endif
|