bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] stdint fixes


From: Paul Eggert
Subject: Re: [Bug-gnulib] stdint fixes
Date: Mon, 20 Sep 2004 21:48:03 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

"Oskar Liljeblad" <address@hidden> writes:

> The way intmax_t are defined by uintmax_t.m4 makes
> it impossible to use intmax_t in typedefs.

I don't see why; can you explain?  If intmax_t is defined this way:

  #define intmax_t long long

then this works:

  typedef intmax_t foo_type;

> Are you sure it's the optimal solution to defined intmax_t as
> preprocessor constants?

I don't know about "optimal", but it does provide a way for user code
to tell that gnulib was here: "#ifdef intmax_t".




reply via email to

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