diff --git a/ChangeLog b/ChangeLog index 874245ea6..a1ef4d186 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-17 Adam Fedor + + * Source/NSTimeZone.m: Remove space in @ string define (causes + problems with gcc 2.95). + 2006-04-14 Jeremy Bettis * Source/win32/GSFileHandleWin32.m: Fix background reading of pipes. Several changes for Openstep compatiblity: Don't queue notification, diff --git a/Source/NSTimeZone.m b/Source/NSTimeZone.m index 9383f035d..d473e76fa 100644 --- a/Source/NSTimeZone.m +++ b/Source/NSTimeZone.m @@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. NSTimeZone class reference - $Date$ $Revision$ + $Date$ $Revision: 22780 $ */ /* Use the system time zones if available. In other cases, use an @@ -2010,7 +2010,7 @@ static NSMapTable *absolutes = 0; */ static NSString *zoneDirs[] = { #ifdef TZDIR - @ TZDIR, + @TZDIR, #endif @"/usr/share/zoneinfo", @"/usr/lib/zoneinfo",