OSDN Git Service

2002-08-26 Wu Yongwei <adah@netstd.com>
authorjjohnstn <jjohnstn>
Mon, 26 Aug 2002 19:05:47 +0000 (19:05 +0000)
committerjjohnstn <jjohnstn>
Mon, 26 Aug 2002 19:05:47 +0000 (19:05 +0000)
        * time.h (timezonevar): Change "#if" to "#ifdef".

newlib/ChangeLog
newlib/libc/include/time.h

index 7007af8..2e63800 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-26  Wu Yongwei <adah@netstd.com>
+
+        * time.h (timezonevar): Change "#if" to "#ifdef".
+
 2002-08-26  Jeff Johnston  <jjohnstn@redhat.com>
 
        * Makefile.am(LIBC_OBJECTLISTS): Add STDIO64_OBJECTLIST.
index 1ff5b82..53e3c4e 100644 (file)
@@ -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