simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] [bug #35737] new awr-gcc is picky about depreciated con


From: anonymous
Subject: [Simulavr-devel] [bug #35737] new awr-gcc is picky about depreciated constants
Date: Mon, 12 Mar 2012 14:43:41 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Follow-up Comment #5, bug #35737 (project simulavr):

Just two small additional notes:

PROGMEM is defined in "avr/include/avr/pgmspace.h":
#define __ATTR_PROGMEM__ __attribute__((__progmem__))
#define PROGMEM __ATTR_PROGMEM__

and "prog_char" you can still find in "avr/include/avr/pgmspace.h":
typedef char PROGMEM prog_char;
typedef char prog_char __attribute__((__progmem__,deprecated("prog_char type
is deprecated.")));

Hope it helps.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?35737>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]