ucx/test.h

changeset 178
8c89e454000f
parent 177
11ad03783baf
child 192
1e51558b9d09
equal deleted inserted replaced
177:11ad03783baf 178:8c89e454000f
82 82
83 #ifndef __FUNCTION__ 83 #ifndef __FUNCTION__
84 84
85 /** 85 /**
86 * Alias for the <code>__func__</code> preprocessor macro. 86 * Alias for the <code>__func__</code> preprocessor macro.
87 * Some compilers use <code>__func__</code> and others use __FUNC__. 87 * Some compilers use <code>__func__</code> and others use __FUNCTION__.
88 * We use __FUNC__ so we define it for those compilers which use 88 * We use __FUNCTION__ so we define it for those compilers which use
89 * <code>__func__</code>. 89 * <code>__func__</code>.
90 */ 90 */
91 #define __FUNCTION__ __func__ 91 #define __FUNCTION__ __func__
92 #endif 92 #endif
93 93

mercurial