"Paul D. Smith" <[EMAIL PROTECTED]> 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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to