I am confused by this question and expect a catch.

/*
   Type of a "char" object located in flash ROM.
*/
typedef char PROGMEM prog_char;

->

#define prog_char char PROGMEM

?

I also fail to understand the way how you made the typedefs deprecated in 
current revision of pgmspace.h

Jan


----- Original Message ---------------
>
>
>> 
>> Follow-up Comment #3, bug #33716 (project avr-libc):
>> 
>> Rather than deprecating the typedefs in pgmspace.h, I would suggest to
>> replace
>> them by respective macros.
>> 
>
>What macros do you want them replaced with?
>

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

Reply via email to