mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
6d5b0dda0d
commit
8e5c1e03fe
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>
|
2006-04-14 Jeremy Bettis <jeremy@deadbeef.com>
|
||||||
* Source/win32/GSFileHandleWin32.m: Fix background reading of pipes.
|
* Source/win32/GSFileHandleWin32.m: Fix background reading of pipes.
|
||||||
Several changes for Openstep compatiblity: Don't queue notification,
|
Several changes for Openstep compatiblity: Don't queue notification,
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||||
|
|
||||||
<title>NSTimeZone class reference</title>
|
<title>NSTimeZone class reference</title>
|
||||||
$Date$ $Revision$
|
$Date$ $Revision: 22780 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Use the system time zones if available. In other cases, use an
|
/* Use the system time zones if available. In other cases, use an
|
||||||
|
@ -2010,7 +2010,7 @@ static NSMapTable *absolutes = 0;
|
||||||
*/
|
*/
|
||||||
static NSString *zoneDirs[] = {
|
static NSString *zoneDirs[] = {
|
||||||
#ifdef TZDIR
|
#ifdef TZDIR
|
||||||
@ TZDIR,
|
@TZDIR,
|
||||||
#endif
|
#endif
|
||||||
@"/usr/share/zoneinfo",
|
@"/usr/share/zoneinfo",
|
||||||
@"/usr/lib/zoneinfo",
|
@"/usr/lib/zoneinfo",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue