mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remove space in @ string define
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22795 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f04906df82
commit
e40853b626
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-04-17 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSTimeZone.m: Remove space in @ string define (causes
|
||||
problems with gcc 2.95).
|
||||
|
||||
2006-04-14 Jeremy Bettis <jeremy@deadbeef.com>
|
||||
* Source/win32/GSFileHandleWin32.m: Fix background reading of pipes.
|
||||
Several changes for Openstep compatiblity: Don't queue notification,
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
|
||||
<title>NSTimeZone class reference</title>
|
||||
$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",
|
||||
|
|
Loading…
Reference in a new issue