* Source\NSCalendar.m: Protect the name id.

Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-06-11 10:44:38 +00:00
parent c058c30391
commit 9a4d790ca8
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-06-11 Fred Kiefer <FredKiefer@gmx.de>
* Source\NSCalendar.m: Protect the name id.
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
2011-06-09 Richard Frith-Macdonald <rfm@gnu.org>
* configure: Regenerate

View file

@ -35,7 +35,9 @@
#import "GNUstepBase/GSLock.h"
#if defined(HAVE_UNICODE_UCAL_H)
#define id ucal_id
#include <unicode/ucal.h>
#undef id
#endif