diff options
Diffstat (limited to 'src/include/assert.h')
| -rw-r--r-- | src/include/assert.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/assert.h b/src/include/assert.h index 3ef19ba1a..c3f7ea0c4 100644 --- a/src/include/assert.h +++ b/src/include/assert.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -99,7 +99,7 @@ void __assert(AssertBehavior i_assertb, int i_line); // Macro tricks to determine if there is a custom string. #define __ASSERT_HAS_TRACE_(_1, _2, ...) _2 -#define __ASSERT_HAS_TRACE(...) __ASSERT_HAS_TRACE_(0, ##__VA_ARGS__, 0) +#define __ASSERT_HAS_TRACE(...) __ASSERT_HAS_TRACE_(0 , ##__VA_ARGS__, 0) /** * @brief Macro to do the custom trace if one is provided. |

