Skip to content

Commit ba86059

Browse files
committed
YT_RETURN_WITH_REPORT now has variant without YT_ prefix
1 parent b5141a2 commit ba86059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yukti.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -986,9 +986,8 @@ static int YT__equal_mem (const void* a, const void* b, unsigned long size, int*
986986

987987
#endif /* YUKTI_TEST_IMPLEMENTATION */
988988

989-
/* When YUKTI_STRIP_PREFIX is defined, the all public interfaces (expect yt_reset,
990-
* YT_INIT & YT_RETURN_WITH_REPORT) will have another variant without the 'YT_'
991-
* prefix.
989+
/* When YUKTI_STRIP_PREFIX is defined, the all public interfaces (expect yt_reset & YT_INIT) will
990+
* have another variant without the 'YT_' prefix.
992991
*/
993992
#ifdef YUKTI_STRIP_PREFIX
994993
#define TEST YT_TEST
@@ -1028,6 +1027,7 @@ static int YT__equal_mem (const void* a, const void* b, unsigned long size, int*
10281027
#define ARG_7 YT_ARG_7
10291028
#define ARG_8 YT_ARG_8
10301029
#define ARG_9 YT_ARG_9
1030+
#define RETURN_WITH_REPORT YT_RETURN_WITH_REPORT
10311031
#endif /* YUKTI_STRIP_PREFIX */
10321032

10331033
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)