[webkit-reviews] review granted: [Bug 27983] Explicitly include limits.h header when using INT_MAX and INT_MIN : [Attachment 34061] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 07:50:46 PDT 2009


Adam Treat <treat at kde.org> has granted Benjamin Meyer <ben at meyerhome.net>'s
request for review:
Bug 27983: Explicitly include limits.h header when using INT_MAX and INT_MIN
https://bugs.webkit.org/show_bug.cgi?id=27983

Attachment 34061: the patch
https://bugs.webkit.org/attachment.cgi?id=34061&action=review

------- Additional Comments from Adam Treat <treat at kde.org>
> From a82bc9d1cc1bb8aced54074bf3152c6f84ab560a Mon Sep 17 00:00:00 2001

>  #include <stdio.h>
> +#include <limits.h>
>  #include <wtf/Threading.h>

Change the order of includes as <limit.h> is alphabetically first before
<stdio.h> and then r+.	You can change this when landing.


More information about the webkit-reviews mailing list