summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-02-03 13:46:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-02-03 13:46:43 (GMT)
commit03296eb004fd26667cec8b99d42650b71b45f0bc (patch)
tree527f8939f2818aa4f62cb4d889cce046d7f3b2c1 /generic/tkCanvas.c
parente2e552dd43b87233b672688f9577618b1ce468db (diff)
downloadtk-03296eb004fd26667cec8b99d42650b71b45f0bc.zip
tk-03296eb004fd26667cec8b99d42650b71b45f0bc.tar.gz
tk-03296eb004fd26667cec8b99d42650b71b45f0bc.tar.bz2
D'oh
Diffstat (limited to 'generic/tkCanvas.c')
-rw-r--r--generic/tkCanvas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkCanvas.c b/generic/tkCanvas.c
index c57d4c6..d3ec308 100644
--- a/generic/tkCanvas.c
+++ b/generic/tkCanvas.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkCanvas.c,v 1.32 2005/02/03 13:44:58 dkf Exp $
+ * RCS: @(#) $Id: tkCanvas.c,v 1.33 2005/02/03 13:46:43 dkf Exp $
*/
/* #define USE_OLD_TAG_SEARCH 1 */
@@ -243,7 +243,7 @@ typedef struct {
} SearchUids;
static Tcl_ThreadDataKey dataKey;
-static SearchUids *GetStaticUids _ANSI_ARGS((void));
+static SearchUids *GetStaticUids _ANSI_ARGS_((void));
#endif /* USE_OLD_TAG_SEARCH */
/*