* include/cygwin/time.h: Remove redundant #endif.
This commit is contained in:
parent
a7b76a4eb3
commit
268e8d00e9
|
@ -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
|
||||
|
|
|
@ -31,7 +31,6 @@ extern int daylight __asm__ ("__daylight");
|
|||
#ifndef __timezonefunc__
|
||||
extern long timezone __asm__ ("__timezone");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /*__STRICT_ANSI__*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue