summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2016-01-31 00:53:25 (GMT)
committerKevin Walzer <kw@codebykevin.com>2016-01-31 00:53:25 (GMT)
commitb5e22a7b7e4fd964d34f9d16aa7802fe7322636c (patch)
tree3d501e7a93d6440379a101cb6a89bf29cce65b4d /macosx/tkMacOSXInit.c
parentc3777ebd3a31648fc5427b9536d2e304e9cbcf77 (diff)
downloadtk-b5e22a7b7e4fd964d34f9d16aa7802fe7322636c.zip
tk-b5e22a7b7e4fd964d34f9d16aa7802fe7322636c.tar.gz
tk-b5e22a7b7e4fd964d34f9d16aa7802fe7322636c.tar.bz2
Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index b965a38..33a60f2 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -57,9 +57,7 @@ static void keyboardChanged(CFNotificationCenterRef center, void *observer, CFSt
@end
@implementation TKApplication
-#ifndef __clang__
@synthesize poolProtected = _poolProtected;
-#endif
@end
@implementation TKApplication(TKInit)