GNOME Bugzilla – Bug 555964
float #defined constants are ignored
Last modified: 2015-02-07 16:59:07 UTC
They need to be handled in the parser
Created attachment 129514 [details] [review] Bug 555964 - Parse floating-point #defines Previously we just supported int and string, add double to this. Technically we should probably differentiate between float and double, but it's not likely to be very useful in practice to do so.
Comment on attachment 129514 [details] [review] Bug 555964 - Parse floating-point #defines Looks good. Let's see how long time it takes before someone wants to use unsigned, float, long, or long long constants. Ideally this should be generic, but I have no idea how to do that properly. Separate issue, looks good.
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]