libCom: add EPICS_FUNCTION

Automatic macro which expands to the current function name.
Useful in debug prints.
This commit is contained in:
Michael Davidsaver
2017-04-28 19:19:14 -04:00
parent 564ef01951
commit 12fc7ed07c
5 changed files with 19 additions and 0 deletions
+1
View File
@@ -406,6 +406,7 @@ MAIN ( epicsAtomicTest )
{
testPlan ( 50 );
testDiag("In %s", EPICS_FUNCTION);
testClassify ();
testBasic();
#if defined(__rtems__)