fixed doc for __FUNCTION__ macro

Mon, 07 Jul 2014 11:54:55 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 07 Jul 2014 11:54:55 +0200
changeset 178
8c89e454000f
parent 177
11ad03783baf
child 179
ee25d79a4187

fixed doc for __FUNCTION__ macro

ucx/test.h file | annotate | diff | comparison | revisions
     1.1 --- a/ucx/test.h	Mon Jul 07 11:18:13 2014 +0200
     1.2 +++ b/ucx/test.h	Mon Jul 07 11:54:55 2014 +0200
     1.3 @@ -84,8 +84,8 @@
     1.4  
     1.5  /**
     1.6   * Alias for the <code>__func__</code> preprocessor macro.
     1.7 - * Some compilers use <code>__func__</code> and others use __FUNC__.
     1.8 - * We use __FUNC__ so we define it for those compilers which use
     1.9 + * Some compilers use <code>__func__</code> and others use __FUNCTION__.
    1.10 + * We use __FUNCTION__ so we define it for those compilers which use
    1.11   * <code>__func__</code>.
    1.12   */
    1.13  #define __FUNCTION__ __func__

mercurial