This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: HAVE_TIMEZONE and cygwin


On Wed, 2002-05-01 at 21:17, Billinghurst, David (CRTS) wrote:
> #elif HAVE_UNDERSCORE_TIMEZONE
>    tzoffset = _timezone;

Looking at other uses of HAVE_*, this should probably be HAVE__TIMEZONE.

Just a minor nit I suppose...

Thanks,

AG



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]