diff options
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; |
