RESOLVED FIXED Bug 31661
Remove HAVE(FLOAT_H) guard
https://bugs.webkit.org/show_bug.cgi?id=31661
Summary Remove HAVE(FLOAT_H) guard
Laszlo Gombos
Reported 2009-11-18 22:50:28 PST
HAVE(FLOAT_H) is meant to guard <float.h> includes. As of now the number of _unguarded_ <float.h> includes is 13; there is only 2 locations where float.h is guarded. Based on these numbers it seems clear that neither JavaScriptCore nor WebCore would not build without float.h available. All build would have to define HAVE(FLOAT_H), which is not the case today - and this sometimes leads to build inconsistencies (e.g. http://trac.webkit.org/changeset/51170). I would proposed to remove the HAVE(FLOAT_H) - as this seems to be a hard dependency for all WebKit components. Patch will follow.
Attachments
proposed patch (4.38 KB, patch)
2009-11-19 06:51 PST, Laszlo Gombos
no flags
Laszlo Gombos
Comment 1 2009-11-19 06:51:46 PST
Created attachment 43498 [details] proposed patch
WebKit Commit Bot
Comment 2 2009-11-19 11:54:57 PST
Comment on attachment 43498 [details] proposed patch Clearing flags on attachment: 43498 Committed r51197: <http://trac.webkit.org/changeset/51197>
WebKit Commit Bot
Comment 3 2009-11-19 11:55:03 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.