Messages in this thread |  | | | From | David Brownell <> | | Subject | Re: [PATCH 1/2] Add C99-style constructor macros for specific-sized integers | | Date | Sun, 2 Mar 2008 20:14:11 -0800 |
| |
On Sunday 02 March 2008, Segher Boessenkool wrote:
> Do these new macros really buy anything over just writing LL in the > few places that 64-bit constants are used?
The original workaround was to make the offending *SEC_TO_HZ_ADJ32 constants use "ULL" suffixes. Certainly making the Perl script emit those would be less intrusive.
- Dave
|  |