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

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

[avr-libc-dev] [bug #38135] Install a dummy stdfix-avrlibc.h


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #38135] Install a dummy stdfix-avrlibc.h
Date: Tue, 22 Jan 2013 16:07:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0

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/




reply via email to

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