diff options
Diffstat (limited to 'generic/tkBind.c')
-rw-r--r-- | generic/tkBind.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c index 4f37426..d834f0e 100644 --- a/generic/tkBind.c +++ b/generic/tkBind.c @@ -11,10 +11,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkBind.c,v 1.42 2007/01/18 23:56:43 nijtmans Exp $ + * RCS: @(#) $Id: tkBind.c,v 1.43 2007/09/07 00:34:51 dgp Exp $ */ -#include "tkPort.h" #include "tkInt.h" #ifdef __WIN32__ |