summaryrefslogtreecommitdiffstats
path: root/generic/tkCmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkCmds.c')
-rw-r--r--generic/tkCmds.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/generic/tkCmds.c b/generic/tkCmds.c
index 2149d58..db2a4cb 100644
--- a/generic/tkCmds.c
+++ b/generic/tkCmds.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkCmds.c,v 1.20 2001/09/21 21:19:02 hobbs Exp $
+ * RCS: @(#) $Id: tkCmds.c,v 1.20.2.1 2001/10/15 09:22:00 wolfsuit Exp $
*/
#include "tkPort.h"
@@ -22,6 +22,8 @@
#include "tkWinInt.h"
#elif defined(MAC_TCL)
#include "tkMacInt.h"
+#elif defined(MAC_OSX_TCL)
+#include "tkMacOSXInt.h"
#else
#include "tkUnixInt.h"
#endif
@@ -305,7 +307,6 @@ TkBindEventProc(winPtr, eventPtr)
*
*----------------------------------------------------------------------
*/
-
int
Tk_BindtagsObjCmd(clientData, interp, objc, objv)
ClientData clientData; /* Main window associated with interpreter. */
@@ -390,7 +391,7 @@ Tk_BindtagsObjCmd(clientData, interp, objc, objv)
}
return TCL_OK;
}
-
+
/*
*----------------------------------------------------------------------
*