summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2016-01-31 00:54:18 (GMT)
committerKevin Walzer <kw@codebykevin.com>2016-01-31 00:54:18 (GMT)
commit312ef46823e21b861e68eeb0073936e15177c0f7 (patch)
tree8722939c3a746c7214cecf7877de1b1287fd4f76 /macosx/tkMacOSXInit.c
parent48ef3bc66f0806a4b54f4abb9888a5fc53e78d33 (diff)
downloadtk-312ef46823e21b861e68eeb0073936e15177c0f7.zip
tk-312ef46823e21b861e68eeb0073936e15177c0f7.tar.gz
tk-312ef46823e21b861e68eeb0073936e15177c0f7.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 26eb3f5..8e353b4 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -59,9 +59,7 @@ static void keyboardChanged(CFNotificationCenterRef center, void *observer, CFSt
@end
@implementation TKApplication
-#ifndef __clang__
@synthesize poolProtected = _poolProtected;
-#endif
@end
@implementation TKApplication(TKInit)