diff options
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index c4b6c9d..2cfa16c 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -1,14 +1,14 @@ -/* +/* * tkStubInit.c -- * * This file contains the initializers for the Tk stub vectors. * * Copyright (c) 1998-1999 by Scriptics Corporation. * - * See the file "license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * See the file "license.terms" for information on usage and redistribution of + * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubInit.c,v 1.52 2005/09/21 10:56:33 dkf Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.53 2005/11/17 16:21:56 dkf Exp $ */ #include "tkInt.h" @@ -38,10 +38,10 @@ * Remove macros that will interfere with the definitions below. */ -#define Tk_CreateCanvasVisitor ((void (*) _ANSI_ARGS_((Tcl_Interp * interp, \ - VOID * typePtr))) NULL) -#define Tk_GetCanvasVisitor ((VOID * (*) _ANSI_ARGS_((Tcl_Interp * interp, \ - CONST char * name))) NULL) +#define Tk_CreateCanvasVisitor \ + ((void (*)(Tcl_Interp * interp, VOID * typePtr)) NULL) +#define Tk_GetCanvasVisitor \ + ((VOID * (*)(Tcl_Interp * interp, CONST char * name)) NULL) /* * WARNING: The contents of this file is automatically generated by the |