[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] verify: use _Static_assert if available
From: |
Paul Eggert |
Subject: |
Re: [PATCH] verify: use _Static_assert if available |
Date: |
Fri, 08 Apr 2011 13:17:14 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Thunderbird/3.1.9 |
On 04/08/2011 12:30 PM, Bruno Haible wrote:
> Here's a proposed patch to fix it.
Thanks, that looks good, except:
> +# if 0 && defined __cplusplus
> +# define HAVE_STATIC_ASSERT 1
> +# endif
That "0 &&" looks wrong: did you put it in for debugging,
and intend to remove it before installing?