<blockquote>
<p>Though, does adding a negative member to an enum change ABI?</p>
</blockquote>

<p>I'm pretty sure any change to that enum besides maybe adding enumerators after <code>GEANY_MAX_BUILT_IN_FILETYPES</code> will break ABI. Even adding at the end might break ABI, I think, since the compiler could choose to use a different underlying type once it gets to a certain size. Anyway, it might be good to slip in next time ABI breaks for something else.</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/932#issuecomment-192981009">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJyfidQsIo7OwwAnjv01G6WIROfp8ks5pqzYQgaJpZM4HpzN0.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/932#issuecomment-192981009"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>