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

  1. if (tkMacOSXMacOSXVersion < 1100) {
  2. static const int TAB_HEIGHT = 10;
  3. static const int TAB_OVERLAP = 10;
  4. } else {
  5. static const int TAB_HEIGHT = 10;
  6. static const int TAB_OVERLAP = 5;
  7. }
  8.  
  9.  
  10. /Users/kevin/tcl-tk-fossil/tk/unix/../macosx/ttkMacOSXTheme.c:297:1: error:
  11. expected identifier or '('
  12. if (tkMacOSXMacOSXVersion < 1100) {
  13. ^
  14. /Users/kevin/tcl-tk-fossil/tk/unix/../macosx/ttkMacOSXTheme.c:300:4: error:
  15. expected identifier or '('
  16. } else {