> 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

Reply via email to