bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] stdint fixes


From: Oskar Liljeblad
Subject: [Bug-gnulib] stdint fixes
Date: Mon, 20 Sep 2004 21:22:54 +0200
User-agent: Mutt/1.5.6+20040818i

FreeBSD 4.10 has a stdint.h which only contains {u,}int{8,16,32,64}_t and
{u,}intptr_t. This patch makes the stdint module check for
some basic constants such as INT8_MIN.

The stdint.h provided by the stdint module would conflict with
xsize (SIZE_MAX) and uintmax_t.m4. That has also been fixed by
the patch. The way intmax_t are defined by uintmax_t.m4 makes
it impossible to use intmax_t in typedefs. Are you sure it's
the optimal solution to defined intmax_t as preprocessor constants?

Regards,

Oskar Liljeblad (address@hidden)

Attachment: stdint.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]