From 03296eb004fd26667cec8b99d42650b71b45f0bc Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 3 Feb 2005 13:46:43 +0000 Subject: D'oh --- generic/tkCanvas.c | 4 ++-- 1 file 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 */ /* -- cgit v0.12