efl/src/bindings/cxx/eina_cxx/eina_pp.hh

9 lines
131 B
C++

#ifndef EINA_PP_HH
#define EINA_PP_HH
#define EINA_STRINGIZE_IMPL(x) #x
#define EINA_STRINGIZE(x) EINA_STRINGIZE_IMPL(x)
#endif