> Rather than deprecating the typedefs in pgmspace.h, I would suggest to replace > them by respective macros.
That would be nice, but I don't think it's possible. There are too many places where: #define prog_uchar unsigned char PROGMEM would behave differently than typedef unsigned char PROGMEM prog_uchar; Although I confess I'm having a hard time thinking of them... BillW _______________________________________________ AVR-libc-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-libc-dev
