diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-26 19:05:48 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-26 19:05:48 +0000 |
commit | a4421c1152045b963fc8d0c1bf8bb3aaa84d1fdc (patch) | |
tree | d60724f24db6bbe87fdca1a5220525f2de6672b5 /newlib/libc | |
parent | 90b65e2d06b900f3d282515d2d0f7113a56eca99 (diff) | |
download | cygnal-a4421c1152045b963fc8d0c1bf8bb3aaa84d1fdc.tar.gz cygnal-a4421c1152045b963fc8d0c1bf8bb3aaa84d1fdc.tar.bz2 cygnal-a4421c1152045b963fc8d0c1bf8bb3aaa84d1fdc.zip |
2002-08-26 Wu Yongwei <adah@netstd.com>
* time.h (timezonevar): Change "#if" to "#ifdef".
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/include/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |