From 9a9c7a13cd0fc38e33f205a83cd439ead0512192 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 8 Mar 2010 19:51:35 +0000 Subject: * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600] --- ChangeLog | 4 ++++ generic/tkPlatDecls.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13b8191..6280191 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-08 Don Porter + + * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600] + 2010-03-06 Pat Thoyts * library/menu.tcl: [Bug 2949774]: When using the non-ClickToFocus diff --git a/generic/tkPlatDecls.h b/generic/tkPlatDecls.h index 19fcc3e..0b50a82 100644 --- a/generic/tkPlatDecls.h +++ b/generic/tkPlatDecls.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkPlatDecls.h,v 1.23 2010/02/05 10:56:43 nijtmans Exp $ + * RCS: @(#) $Id: tkPlatDecls.h,v 1.24 2010/03/08 19:51:35 dgp Exp $ */ #ifndef _TKPLATDECLS @@ -26,7 +26,7 @@ */ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif /* !BEGIN!: Do not edit below this line. */ -- cgit v0.12