1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 23:28:06 -05:00

Mark the trial decompress in every call to compressline() with the

XXX-REMOVE-BEFORE-RELEASE tag.

[originally from svn r4633]
This commit is contained in:
Simon Tatham 2004-10-15 11:29:02 +00:00
parent 9b37d130ed
commit 89e36c9567

View File

@ -634,6 +634,9 @@ static unsigned char *compressline(termline *ldata)
/*
* Diagnostics: ensure that the compressed data really does
* decompress to the right thing.
*
* XXX-REMOVE-BEFORE-RELEASE: This is a bit performance-heavy
* to be leaving in production code.
*/
#ifndef CHECK_SB_COMPRESSION
{