Subversion Repositories QNX 8.QNX8 LLVM/Clang compiler suite

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef ISL_MAYBE_H
  2. #define ISL_MAYBE_H
  3.  
  4. #define ISL_xMAYBE(TYPE)        isl_maybe_ ## TYPE
  5. #define ISL_MAYBE(TYPE)         ISL_xMAYBE(TYPE)
  6.  
  7. #endif
  8.