diff options
author | dgp@users.sourceforge.net <dgp> | 2010-03-08 19:51:35 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2010-03-08 19:51:35 (GMT) |
commit | dd4d9f1a9c0d75fbaa9c9af4cbe5a3d35d2bb26c (patch) | |
tree | d114a6edf2b99b93df87165ae30a8585d8b89484 | |
parent | 5a00979b032b4c964d6b85c3a23762ec44a86484 (diff) | |
download | tk-dd4d9f1a9c0d75fbaa9c9af4cbe5a3d35d2bb26c.zip tk-dd4d9f1a9c0d75fbaa9c9af4cbe5a3d35d2bb26c.tar.gz tk-dd4d9f1a9c0d75fbaa9c9af4cbe5a3d35d2bb26c.tar.bz2 |
* generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600]
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | generic/tkPlatDecls.h | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2010-03-08 Don Porter <dgp@users.sourceforge.net> + + * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600] + 2010-03-06 Pat Thoyts <patthoyts@users.sourceforge.net> * 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. */ |