diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-02-03 13:46:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-02-03 13:46:43 (GMT) |
commit | 03296eb004fd26667cec8b99d42650b71b45f0bc (patch) | |
tree | 527f8939f2818aa4f62cb4d889cce046d7f3b2c1 /generic/tkCanvas.c | |
parent | e2e552dd43b87233b672688f9577618b1ce468db (diff) | |
download | tk-03296eb004fd26667cec8b99d42650b71b45f0bc.zip tk-03296eb004fd26667cec8b99d42650b71b45f0bc.tar.gz tk-03296eb004fd26667cec8b99d42650b71b45f0bc.tar.bz2 |
D'oh
Diffstat (limited to 'generic/tkCanvas.c')
-rw-r--r-- | generic/tkCanvas.c | 4 |
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 */ /* |