maybe_id.h 124 B

12345678
  1. #ifndef ISL_MAYBE_ID_H
  2. #define ISL_MAYBE_ID_H
  3. #define ISL_TYPE isl_id
  4. #include <isl/maybe_templ.h>
  5. #undef ISL_TYPE
  6. #endif