From 8e5c1e03fe9d9559aa340a856fb84afbe680a990 Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 17 Apr 2006 14:00:05 +0000 Subject: [PATCH] Remove space in @ string define git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22795 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/NSTimeZone.m | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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",