Skip to content

Commit b093ef5

Browse files
committed
Rename YUKTI_STRIP_PREFIX -> YUKTI_TEST_STRIP_PREFIX
New name more inline with other such macors like YUKTI_TEST_DEBUG and YUKTI_TEST_IMPLEMENTATION.
1 parent d7728ef commit b093ef5

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
@@ -1031,10 +1031,10 @@ static int YT__equal_mem (const void* a, const void* b, unsigned long size, int*
10311031

10321032
#endif /* YUKTI_TEST_IMPLEMENTATION */
10331033

1034-
/* When YUKTI_STRIP_PREFIX is defined, the all public interfaces (expect yt_reset & YT_INIT) will
1034+
/* When YUKTI_TEST_STRIP_PREFIX is defined, the all public interfaces (expect yt_reset & YT_INIT) will
10351035
* have another variant without the 'YT_' prefix.
10361036
*/
1037-
#ifdef YUKTI_STRIP_PREFIX
1037+
#ifdef YUKTI_TEST_STRIP_PREFIX
10381038
#define TEST YT_TEST
10391039
#define END YT_END
10401040
#define V YT_V
@@ -1073,7 +1073,7 @@ static int YT__equal_mem (const void* a, const void* b, unsigned long size, int*
10731073
#define ARG_8 YT_ARG_8
10741074
#define ARG_9 YT_ARG_9
10751075
#define RETURN_WITH_REPORT YT_RETURN_WITH_REPORT
1076-
#endif /* YUKTI_STRIP_PREFIX */
1076+
#endif /* YUKTI_TEST_STRIP_PREFIX */
10771077

10781078
#pragma GCC diagnostic pop
10791079
#endif // YUKTI_TEST_H

0 commit comments

Comments
 (0)