On Sun, Aug 24, 2008 at 3:55 AM, Andrew Haley <[EMAIL PROTECTED]> wrote:
> What's the point of these changes?
>
>
>> -const static unsigned long long _mask8_0  = 0x0102040810204080LL;

I didn't want to introduce new warnings, and my gcc warned that
static should come at the beginning of a declaration.  so I did

s/const static/static const/g

which seems very safe.

Martin

Reply via email to