bug-make
[Top][All Lists]
Advanced

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

Another bug?


From: David Rosal
Subject: Another bug?
Date: Sat, 16 Jul 2005 18:16:16 +0000
User-agent: Mozilla Thunderbird 1.0 (X11/20050108)

Hi.

I think I found another bug:

8<-------------------------------
#if TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>
#else
# if HAVE_SYS_TIME_H
#  include <sys/time.h>
# else
#  include <time.h>
# endif
#endif
-------------------------------->8

Should not it be:

#ifdef TIME_WITH_SYS_TIME
(...)
# ifdef HAVE_SYS_TIME_H

instead?

I think this one may be caused by a "copy-paste" from Autoconf documentation ;-)


--
David Rosal i Ricart
<address@hidden>





reply via email to

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