diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-14 21:40:53 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-14 21:40:53 +0000 |
| commit | cee0d44ab388e12fbd62fdb134d295c58901148a (patch) | |
| tree | fbe464b241337077b941be7126ad3f3f78b19f7f /include/sm/test.h | |
| parent | 1c3e417caf2d11608f10043b7e70b6e7ed8711ff (diff) | |
Diffstat (limited to 'include/sm/test.h')
| -rw-r--r-- | include/sm/test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sm/test.h b/include/sm/test.h index fdcce848b7e71..b9b77b678fe2b 100644 --- a/include/sm/test.h +++ b/include/sm/test.h @@ -20,9 +20,9 @@ # if defined(__STDC__) || defined(__cplusplus) # define SM_TEST(cond) sm_test(cond, #cond, __FILE__, __LINE__) -# else /* defined(__STDC__) || defined(__cplusplus) */ +# else # define SM_TEST(cond) sm_test(cond, "cond", __FILE__, __LINE__) -# endif /* defined(__STDC__) || defined(__cplusplus) */ +# endif extern int SmTestIndex; extern int SmTestNumErrors; |
