[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposal: immediate strings
From: |
Eli Zaretskii |
Subject: |
Re: Proposal: immediate strings |
Date: |
Wed, 06 Jun 2012 18:14:07 +0300 |
> Date: Wed, 06 Jun 2012 11:29:47 +0400
> From: Dmitry Antipov <address@hidden>
> Cc: address@hidden
>
> Note 'unsigned long' bitfield type:
>
> struct foo {
> unsigned long x : BITS_PER_PTRDIFF_T - 1;
> unsigned y : 1;
> }
>
> works even if BITS_PER_PTRDIFF_T < BITS_PER_LONG.
But only on LP64 hosts, right?