patchGNU Octave - Patches: patch #8526, avoid conflict with gnu99 stdbool.h

 
 

patch #8526: avoid conflict with gnu99 stdbool.h

Submitter:  Sebastian Freundt <hroptatyr>
Submitted:  Wed 03 Sep 2014 12:33:17 PM UTC
   
 
Category:  Core : other Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 14 Jul 2016 11:58:16 PM UTC, comment #1: 

Thanks, I made this change, checked in here:

  http://hg.savannah.gnu.org/hgweb/octave/rev/ef3e0408097b

And of course I made a typo in my change, fixed in the next commit.

Sorry for the terribly long delay.

John W. Eaton <jwe>
Group administrator
Wed 03 Sep 2014 12:33:17 PM UTC, original submission:  

This changeset employs gcc specific defines to
detect whether (the convenience type) bool, the
official C99 type name is _Bool, has been defined.

This allows C client code using the mex.h API to
#include <stdbool.h>.


Sebastian Freundt <hroptatyr>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #32019:  stdbool.patch added by hroptatyr (554B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by lachlan (Updated the item)
  • -email is unavailable- added by hroptatyr (Submitted the item)
  • -email is unavailable- added by hroptatyr
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-07-14 jwe StatusNone Done
        Open/ClosedOpen Closed
    2016-07-07 lachlan CategoryNone Core : other
    2014-09-03 hroptatyr Attached File- Added stdbool.patch, #32019
        Carbon-Copy- Added hroptatyr

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code