Go to the documentation of this file. 1 #ifndef FWCore_Utilities_interface_stringize_h 2 #define FWCore_Utilities_interface_stringize_h 5 #define EDM_STRINGIZE_(token) #token 6 #define EDM_STRINGIZE(token) EDM_STRINGIZE_(token) 8 #endif // FWCore_Utilities_interface_stringize_h