libcm/vop/cmProcTemplateUndef.h

57 lines
510 B
C
Raw Normal View History

2012-10-30 03:52:39 +00:00
#ifdef T0
#undef T0
#endif
#ifdef T1
#undef T1
#endif
#ifdef COMPLEX_T0
#undef COMPLEX_T0
#endif
#ifdef COMPLEX_T1
#undef COMPLEX_T1
#endif
#ifdef CLASS
#undef CLASS
#endif
#ifdef STRUCT
#undef STRUCT
#endif
#ifdef MEMBER
#undef MEMBER
#endif
#ifdef FFT_PLAN_T0
#undef FFT_PLAN_T0
#endif
#ifdef FFT_PLAN_T1
#undef FFT_PLAN_T1
#endif
#ifdef FFT_FUNC_T0
#undef FFT_FUNC_T0
#endif
#ifdef FFT_FUNC_T1
#undef FFT_FUNC_T1
#endif
#ifdef VOP_T0
#undef VOP_T0
#endif
#ifdef VOP_T1
#undef VOP_T1
#endif