solv.i: new perl includes <stdbool.h> and the custom typedefs cause gcc errors.
authorAles Kozumplik <ales@redhat.com>
Mon, 23 Jul 2012 08:44:24 +0000 (10:44 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 10 Aug 2012 11:54:07 +0000 (13:54 +0200)
commit6c9d3eb4abb769c796e55e5ad1e47c6acde63001
tree2743ae370f96a8fa9728ce3f8bafade0329581a6
parent1617994aa84b67f2147264a50f8aebb150ddc8d1
solv.i: new perl includes <stdbool.h> and the custom typedefs cause gcc errors.

Use <stdbool.h> as the default instead. Additionally this also causes all
functions with return type 'bool' in solv.i having their return value
converted into 1 or 0[1].

[1] C99 Draft, 6.3.1.2
bindings/solv.i