<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftops sometimes creates huge PS 3 files out of small PDFs"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81760#c24">Comment # 24</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftops sometimes creates huge PS 3 files out of small PDFs"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81760">bug 81760</a>
              from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>(In reply to Adrian Johnson from <a href="show_bug.cgi?id=81760#c23">comment #23</a>)
<span class="quote">> I would prefer to avoid using multiple "#if ENABLE_ZLIB" checks in this
> file. In some places the flate code is wrapped in both the #if and "if
> (useFlate)". In other places it just has the "if (useFlate)". It is not
> clear to anyone modifying this file is there is a reason for the distinction.</span >

I now see some of these are to wrap the FlateEncoder class which is only
defined when ENABLE_ZLIB is defined. Those case are ok. There is one case where
the #if is not necessary:

+#if ENABLE_ZLIB
+      if (useFlate) {
+    writePS("    /FlateDecode filter\n");
+      } else
+#endif</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>