#ifndef CCM_TYPE_H #define CCM_TYPE_H #include "commons.h" #define TYPES(G) \ G(TYPE_NUM), \ G(TYPE_TUPLE) CCM_ENUM_H(Type, TYPES); #endif