We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a57cc commit edaa7cfCopy full SHA for edaa7cf
ompi/mca/coll/libnbc/libdict/dict_private.h
@@ -47,7 +47,7 @@ typedef int (*icompare_func) __P((void *, void *itor2));
47
# define ASSERT(expr) \
48
if (!(expr)) \
49
fprintf(stderr, "\n%s:%d (%s) assertion failed: `%s'\n", \
50
- __FILE__, __LINE__, __PRETTY_FUNCTION__, #expr), \
+ __FILE__, __LINE__, __func__, #expr), \
51
abort()
52
# else
53
0 commit comments