Re: [Geany-Devel] Geany using standard types

2013-08-19 Thread Matthew Brush
On 13-08-19 10:33 AM, Dimitar Zhekov wrote: On Sun, 18 Aug 2013 03:56:01 -0700 Matthew Brush mbr...@codebrainz.ca wrote: My concern here with stdint.h was that if CHAR_BIT 8 then C99 forbids an implementation from defining int8_t and if int8_t isn't defined then uint8_t can't be defined. And

Re: [Geany-Devel] Geany using standard types

2013-08-18 Thread Lex Trotman
On 18 August 2013 19:32, Matthew Brush mbr...@codebrainz.ca wrote: Hi, It was pointed out to me on IRC that I went into too much details/patches and muddied the original question, so I propose it again more simply: Do you agree it would be better for Geany to use standard C types as