Posted to tcl by kevin_walzer at Tue Oct 28 13:37:47 GMT 2014view pretty

if (tkMacOSXMacOSXVersion < 1100) {
static const int TAB_HEIGHT = 10;
static const int TAB_OVERLAP = 10;
 } else {
static const int TAB_HEIGHT = 10;
static const int TAB_OVERLAP = 5;
 }


/Users/kevin/tcl-tk-fossil/tk/unix/../macosx/ttkMacOSXTheme.c:297:1: error: 
      expected identifier or '('
if (tkMacOSXMacOSXVersion < 1100) {
^
/Users/kevin/tcl-tk-fossil/tk/unix/../macosx/ttkMacOSXTheme.c:300:4: error: 
      expected identifier or '('
 } else {