bug-make
[Top][All Lists]
Advanced

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

Re: Make 3.79.1 on OpenVMS


From: Paul Jarc
Subject: Re: Make 3.79.1 on OpenVMS
Date: Fri, 27 Sep 2002 15:36:13 -0400
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu)

"Paul D. Smith" <address@hidden> wrote:
> Hm.  However, I can't think of any way to write a configure test on
> whether or not time_t is signed or unsigned.

if ((time_t)-1<(time_t)0) signed(); else unsigned();


paul




reply via email to

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