From a4421c1152045b963fc8d0c1bf8bb3aaa84d1fdc Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 26 Aug 2002 19:05:48 +0000 Subject: 2002-08-26 Wu Yongwei * time.h (timezonevar): Change "#if" to "#ifdef". --- newlib/libc/include/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/include/time.h b/newlib/libc/include/time.h index 1ff5b828d..53e3c4e89 100644 --- a/newlib/libc/include/time.h +++ b/newlib/libc/include/time.h @@ -109,7 +109,7 @@ extern __IMPORT char *_tzname[2]; #ifndef daylight #define daylight _daylight #endif -#if timezonevar +#ifdef timezonevar #ifndef timezone #define timezone ((long int) _timezone) #endif -- cgit v1.2.3