diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-07 15:12:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-07 15:12:26 (GMT) |
commit | f3f11c1b443e594cd1abdec73ee15b97de6cb366 (patch) | |
tree | 82ae89d1febc068bc2d749ddfb8d58b23e109da3 /generic/tclPkgConfig.c | |
parent | 4462e6df57892c5bb60de231e237e45a9b57be39 (diff) | |
download | tcl-f3f11c1b443e594cd1abdec73ee15b97de6cb366.zip tcl-f3f11c1b443e594cd1abdec73ee15b97de6cb366.tar.gz tcl-f3f11c1b443e594cd1abdec73ee15b97de6cb366.tar.bz2 |
ANSIfy
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); |