This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 1/8] Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.


On Thu, 15 Nov 2018, Adhemerval Zanella wrote:

>On 13/11/2018 10:08, Gabriel F. T. Gomes wrote:
>>
>> +/* Flags for __vstrfmon_l_internal.
>> +
>> +   STRFMON_LDBL_IS_DBL is a one-bit mask for the flags parameter that
>> +   indicates whether long double values are to be handled as having the
>> +   same format as double, in which case the flag should be set to one,
>> +   or as another format, otherwise.  */
>> +#define STRFMON_LDBL_IS_DBL 0x0001
>>   
>
>LGTM, thanks.

Thanks, now committed with this change.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]