diff options
author | das <das> | 2005-02-24 00:41:07 (GMT) |
---|---|---|
committer | das <das> | 2005-02-24 00:41:07 (GMT) |
commit | b666f2172c96229719e826da2f0e75996908f6a5 (patch) | |
tree | a12392d7b070f9c24c0941ad9154e141d14d054c /macosx/tkMacOSXNotify.c | |
parent | f0d16569a2e5e36623e17aeb5b1b05ac88b27c90 (diff) | |
download | tk-b666f2172c96229719e826da2f0e75996908f6a5.zip tk-b666f2172c96229719e826da2f0e75996908f6a5.tar.gz tk-b666f2172c96229719e826da2f0e75996908f6a5.tar.bz2 |
* macosx/tkMacOSX.h: fixed incorrect inclusion of internal header.
* macosx/tkMacOSXNotify.c: corrected included headers.
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r-- | macosx/tkMacOSXNotify.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c index 4a87b64..57a8b2f 100644 --- a/macosx/tkMacOSXNotify.c +++ b/macosx/tkMacOSXNotify.c @@ -1,5 +1,5 @@ /* - * tclMacOSXNotify.c -- + * tkMacOSXNotify.c -- * * This file contains the implementation of a merged * Carbon/select-based notifier, which is the lowest-level part @@ -12,15 +12,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.5.2.1 2004/02/16 00:42:34 wolfsuit Exp $ + * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.5.2.2 2005/02/24 00:41:08 das Exp $ */ #include "tclInt.h" - -/* FIXME - Why do I need these here? */ - -#undef environ -#include "tkMacOSX.h" +#include "tkInt.h" #include "tkMacOSXEvent.h" #include <signal.h> |