As David Brown wrote:

> It is even more ironic that there are already standard definitions in 
> stdint.h precisely to support tools other than avr-gcc, namely doxygen.

OK, so what's wrong with writing

#if defined(__DOXYGEN__) || defined(LINT)

then?

> In particular, in C a 
> "unsigned char" is /not/ identical to an "8-bit unsigned int".  The 
> "unsigned char" has different aliasing properties than an "unsigned int" 
> of any size.

In which respect?

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to