mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remover extern decl
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17706 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7bc05b1e88
commit
859d39337a
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
|||
2003-09-23 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSTimeZone.m (+systemTimeZone): Remove tzname extern decl.
|
||||
|
||||
2003-09-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Check for getopt
|
||||
* Tools/gdomap.c: Use MINGW getopt if no native getopt
|
||||
* Tools/gdomap.c: Use local getopt if no native getopt
|
||||
|
||||
2003-09-21 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
|
|
|
@ -1130,7 +1130,6 @@ static NSMapTable *absolutes = 0;
|
|||
/*
|
||||
* Try to get timezone from tzset and tzname
|
||||
*/
|
||||
extern char *tzname[2];
|
||||
tzset();
|
||||
if (tzname[0] != NULL && *tzname[0] != '\0')
|
||||
localZoneString = [NSString stringWithCString: tzname[0]];
|
||||
|
|
Loading…
Reference in a new issue