diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-05 14:42:48 (GMT) | 
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-05 14:42:48 (GMT) | 
| commit | 80f5d8964ac592076e2adbb83d4402382d01914d (patch) | |
| tree | 8a6ba12392b19b763b28ec8a17e0c0cc1ebbb1f7 /generic/tclZlib.c | |
| parent | e102f7d0ca92adc41edb8c7a0625c0c9976e215d (diff) | |
| download | tcl-80f5d8964ac592076e2adbb83d4402382d01914d.zip tcl-80f5d8964ac592076e2adbb83d4402382d01914d.tar.gz tcl-80f5d8964ac592076e2adbb83d4402382d01914d.tar.bz2 | |
use Tcl_PkgProvideEx everywhere (again, for testing purposes)
Diffstat (limited to 'generic/tclZlib.c')
| -rw-r--r-- | generic/tclZlib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/generic/tclZlib.c b/generic/tclZlib.c index 8fbe049..c85123b 100644 --- a/generic/tclZlib.c +++ b/generic/tclZlib.c @@ -3884,7 +3884,7 @@ TclZlibInit(       * Formally provide the package as a Tcl built-in.       */ -    return Tcl_PkgProvide(interp, "zlib", TCL_ZLIB_VERSION); +    return Tcl_PkgProvideEx(interp, "zlib", TCL_ZLIB_VERSION, NULL);  }  /* | 
