View | Details | Raw Unified | Return to bug 31914
Collapse All | Expand All

(-)a/perl.h (-1 / +2 lines)
Lines 3543-3549 typedef pthread_key_t perl_key; Link Here
3543
   STATIC_ASSERT_STMT expands to a statement and is suitable for use inside a
3543
   STATIC_ASSERT_STMT expands to a statement and is suitable for use inside a
3544
   function.
3544
   function.
3545
*/
3545
*/
3546
#if (defined(static_assert) || (defined(__cplusplus) && __cplusplus >= 201103L)) && (!defined(__IBMC__) || __IBMC__ >= 1210)
3546
#if (defined(static_assert) || (defined(__cplusplus) && __cplusplus >= 201103L)) && (!defined(__IBMC__) || __IBMC__ >= 1210) && (!defined(__LCC__)) 
3547
3547
/* static_assert is a macro defined in <assert.h> in C11 or a compiler
3548
/* static_assert is a macro defined in <assert.h> in C11 or a compiler
3548
   builtin in C++11.
3549
   builtin in C++11.
3549
*/
3550
*/

Return to bug 31914