summaryrefslogtreecommitdiffstats
path: root/src/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/assert.h')
-rw-r--r--src/include/assert.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/assert.h b/src/include/assert.h
index 86a943e49..3ef19ba1a 100644
--- a/src/include/assert.h
+++ b/src/include/assert.h
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -197,7 +199,8 @@ void __assert(AssertBehavior i_assertb, int i_line);
* typedef char CHECKSIZEVAR[(EXPECTED_SIZE == sizeof(DATA)) -1]
*
*/
-#define CPPASSERT(exp) typedef char compile_time_assert_failed[2*((exp)?1:0)-1]
+//#define CPPASSERT(exp) typedef char compile_time_assert_failed[2*((exp)?1:0)-1]
+#define CPPASSERT(exp) //@TODO
#ifdef __cplusplus
OpenPOWER on IntegriCloud