mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 05:40:59 +00:00
d768ac0395
libclc was defining and undefing GENTYPE and several other macros with common names in its header files. This was preventing applications from defining macros with identical names as command line arguments to the compiler, because the definitions in the header files were masking the macros defined as compiler arguements. Reviewed-by: Aaron Watry <awatry@gmail.com> llvm-svn: 185838
5 lines
86 B
Common Lisp
5 lines
86 B
Common Lisp
#include <clc/clc.h>
|
|
|
|
#define __CLC_BODY <abs.inc>
|
|
#include <clc/integer/gentype.inc>
|