diff options
Diffstat (limited to 'generic/tclPkgConfig.c')
-rw-r--r-- | generic/tclPkgConfig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclPkgConfig.c b/generic/tclPkgConfig.c index b339607..10ddc58 100644 --- a/generic/tclPkgConfig.c +++ b/generic/tclPkgConfig.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPkgConfig.c,v 1.3 2005/07/21 14:38:50 dkf Exp $ + * RCS: @(#) $Id: tclPkgConfig.c,v 1.4 2005/11/07 15:14:09 dkf Exp $ */ /* Note, the definitions in this module are influenced by the following C @@ -121,8 +121,8 @@ static Tcl_Config cfg[] = { }; void -TclInitEmbeddedConfigurationInformation(interp) - Tcl_Interp* interp; /* Interpreter the configuration command is +TclInitEmbeddedConfigurationInformation( + Tcl_Interp* interp) /* Interpreter the configuration command is * registered in. */ { Tcl_RegisterConfig(interp, "tcl", cfg, TCL_CFGVAL_ENCODING); |