[Github-comments] [geany] Deprecate filetype_id (#932)

Matthew Brush notifications at xxxxx
Sun Mar 6 20:16:16 UTC 2016


> Though, does adding a negative member to an enum change ABI?

I'm pretty sure any change to that enum besides maybe adding enumerators after `GEANY_MAX_BUILT_IN_FILETYPES` 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.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/932#issuecomment-192981009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160306/e9676612/attachment.html>


More information about the Github-comments mailing list