<p>In <a href="https://github.com/geany/geany/pull/677#discussion_r41292605">tagmanager/ctags/ctags.c</a>:</p>
<pre style='color:#555'>> @@ -49,6 +49,7 @@
>  
>  
>  
> +#ifndef GLIB_MAJOR_VERSION
</pre>
<p>I was about to delete the entire block, but ctags.c also contains checks for AMIGA, <strong>EMX</strong>, MS-DOS, QDOS and whatnot, so how much deletion would be enough?.. Since there are several #if 0 blocks, I decided to put this one in an #ifndef which will both exclude it from compilation and signify why.</p>

<p>It doesn't really matter if the block will be deleted (though there are others which deserve deletion much more), or excluded with #if 0, or something else, so please say what you consider the right thing. After <a href="https://github.com/geany/geany/commit/daf4dd45b874f7d29e30f8eddd4fbb6cae40e687" class="commit-link"><tt>daf4dd4</tt></a> was applied, this PR is conflicting, so I'll have to modify or recreate it anyway.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/677/files#r41292605">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5isb7d9WbCHNwC6L7qt1sB5TB7xks5o4_ekgaJpZM4GJRAD.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/677/files#r41292605"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>