Follow-up Comment #1, bug #38135 (project avr-libc): After a short discussion with Johann, here's a template for the desired header:
/* * Copyright ... */ /* $Id$ */ #ifndef _STDFIX_AVRLIBC_H #define _STDFIX_AVRLIBC_H /* reference to ISO/IEC TR 18037 */ #ifndef _AVRGCC_STDFIX_H /* Defined in stdfix.h from avr-gcc */ #warning please include <stdfix.h> directly rather than <stdfix-avrlibc.h> #endif /* _AVRGCC_STDFIX_H */ /* Room for avr-libc specific extensions */ #endif /* _STDFIX_AVRLIBC_H */ _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?38135> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/ _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev