summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclZlib.c')
-rw-r--r--generic/tclZlib.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c
index 20130d1..2054b15 100644
--- a/generic/tclZlib.c
+++ b/generic/tclZlib.c
@@ -3974,15 +3974,12 @@ Tcl_ZlibAdler32(
return 0;
}
-int
+void
Tcl_ZlibStreamSetCompressionDictionary(
- Tcl_Interp *interp,
- Tcl_ZlibStream zhandle,
+ Tcl_ZlibStream zshandle,
Tcl_Obj *compressionDictionaryObj)
{
- Tcl_SetObjResult(interp, Tcl_NewStringObj("unimplemented", -1));
- Tcl_SetErrorCode(interp, "TCL", "UNIMPLEMENTED", NULL);
- return TCL_ERROR;
+ /* Do nothing. */
}
#endif /* HAVE_ZLIB */