unplugged-system/prebuilts/clang/host/linux-x86/clang-r487747c/include/polly/isl/maybe.h

8 lines
135 B
C
Raw Normal View History

#ifndef ISL_MAYBE_H
#define ISL_MAYBE_H
#define ISL_xMAYBE(TYPE) isl_maybe_ ## TYPE
#define ISL_MAYBE(TYPE) ISL_xMAYBE(TYPE)
#endif