mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
45e8cf5732
return a cursor for the inner macro. llvm-svn: 140207
6 lines
72 B
C
6 lines
72 B
C
#define OBSCURE(X) X
|
|
#define DECORATION
|
|
|
|
DECORATION
|
|
OBSCURE(DECORATION)
|