avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] [bugs #12033] macros.inc need to be protected from multip


From: Paul Schlie
Subject: [avr-libc-dev] [bugs #12033] macros.inc need to be protected from multiple inclusion.
Date: Sat, 19 Feb 2005 07:06:06 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12033>

                 Summary: macros.inc need to be protected from multiple
inclusion.
                 Project: AVR C Runtime Library
            Submitted by: schlie
            Submitted on: Sat 02/19/2005 at 07:06
                Category: Library
                Severity: 5 - Average
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open

    _______________________________________________________

Details:

As the newest soon to be released binutils/gas v2.16 considers the

redefinition of macros an error, and presently several files include

macros.inc as well as others which do the same; macros.inc needs to

be multiple-include protected by:



#ifndef _MACROS_INC_

#define _MACROS_INC_



 <present body of code>



#endif /* _MACROS_INC_ */








    _______________________________________________________

This item URL is:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12033>

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





reply via email to

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