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: Prefer C99 names for "long long" limits


I think the last version is fine enough.  But if you think the new wording
is awkward, you could instead add a separate item:

@comment GNU
@item LONG_LONG_MIN
@comment GNU
@itemx LONG_LONG_MAX
@comment GNU
@itemx ULONG_LONG_MIN
@comment GNU
@itemx ULONG_LONG_MAX
These are obsolete names for @code{LLONG_MIN}, @code{LLONG_MAX},
@code{ULONG_MIN}, and @code{ULONG_MAX}.  They are only available
if @code{_GNU_SOURCE} is defined (@pxref{Feature Test Macros}).
In GCC versions prior to 3.0, these were the only names available.


Thanks,
Roland


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