* include/cygwin/time.h: Remove redundant #endif.

This commit is contained in:
Corinna Vinschen 2007-12-03 11:34:59 +00:00
parent a7b76a4eb3
commit 268e8d00e9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-03 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/time.h: Remove redundant #endif.
2007-12-01 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/time.h (daylight): Declare as extern symbol referring

View File

@ -31,7 +31,6 @@ extern int daylight __asm__ ("__daylight");
#ifndef __timezonefunc__
extern long timezone __asm__ ("__timezone");
#endif
#endif
#endif /*__STRICT_ANSI__*/