avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [patch #8436] Remove HAVE_STDINT_H guards in flip1.c and f


From: Rok Mandeljc
Subject: [avrdude-dev] [patch #8436] Remove HAVE_STDINT_H guards in flip1.c and flip2.c
Date: Thu, 17 Apr 2014 11:40:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

URL:
  <http://savannah.nongnu.org/patch/?8436>

                 Summary: Remove HAVE_STDINT_H guards in flip1.c and flip2.c
                 Project: AVR Downloader/UploaDEr
            Submitted by: mrok
            Submitted on: Thu 17 Apr 2014 11:40:48 AM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The attached patch removes HAVE_STDINT_H (and HAVE_INTTYPES_H) guards from
flip1.c and flip2.c. The reason is two-fold:

a) HAVE_STDINT_H does not appear to be defined under MinGW*; consequently,
stdint.h is not included, and compilation fails due to uint32_t being
undefined

b) the rest of source files that include stdint.h do not use the guards,
either


[*] using win-builds bundle 1.3.0 and msys (from MinGW-builds)



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 17 Apr 2014 11:40:48 AM GMT  Name: stdint-fix.patch  Size: 1kB   By:
mrok

<http://savannah.nongnu.org/patch/download.php?file_id=31187>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?8436>

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




reply via email to

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