diff options
author | hobbs <hobbs@noemail.net> | 2003-02-19 01:04:56 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-02-19 01:04:56 (GMT) |
commit | 9c951dda84ba136a7a3775027f50219c3c37aa84 (patch) | |
tree | e6eac4cbde2ca5642e580e42d27848ac74b833d7 /generic | |
parent | afa6ff6f5c4f3067e778ea3c31ca11d25a9249d2 (diff) | |
download | tcl-9c951dda84ba136a7a3775027f50219c3c37aa84.zip tcl-9c951dda84ba136a7a3775027f50219c3c37aa84.tar.gz tcl-9c951dda84ba136a7a3775027f50219c3c37aa84.tar.bz2 |
(HaveVersion): correctly decl static
FossilOrigin-Name: 4e98446e21c64e272ff945bed69f4b0fabddcf98
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclIO.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c index 91b45c2..556a2fe 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIO.c,v 1.60 2003/02/17 22:32:05 mdejong Exp $ + * RCS: @(#) $Id: tclIO.c,v 1.61 2003/02/19 01:04:57 hobbs Exp $ */ #include "tclInt.h" @@ -8787,7 +8787,7 @@ Tcl_ChannelVersion(chanTypePtr) *---------------------------------------------------------------------- */ -int +static int HaveVersion(chanTypePtr, minimumVersion) Tcl_ChannelType *chanTypePtr; Tcl_ChannelTypeVersion minimumVersion; |