URL:
  <http://gna.org/bugs/?23292>

                 Summary: Bool not defined without stdbool.h
                 Project: Freeciv
            Submitted by: cazfi
            Submitted on: Wed 18 Feb 2015 09:03:52 PM EET
                Category: bootstrap
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: 
         Discussion Lock: Any
        Operating System: None
         Planned Release: 

    _______________________________________________________

Details:

>From support.h:

#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
#else /* Implement <stdbool.h> ourselves */
#undef bool
#undef true
#undef false
#undef __bool_true_false_are_defined
#define true  1
#define false 0
#define __bool_true_false_are_defined 1
#endif /* ! HAVE_STDBOOL_H */

There's *no* type 'bool' defined in the "Implement <stdbool.h> ourselves"
case.




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?23292>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to