Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(164)

Issue 7071056: Build fix. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by Zhenyao Mo
Modified:
11 years, 8 months ago
Reviewers:
apatrick
Base URL:
http://angleproject.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Build fix. BUG= TEST=build fine in Linux Committed: https://code.google.com/p/angleproject/source/detail?r=1645

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/common/version.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/OutputGLSLBase.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
Zhenyao Mo
PTAL FLT_MAX is not defined in <limits> but <cfloat>
11 years, 8 months ago (2013-01-08 23:07:26 UTC) #1
apatrick
11 years, 8 months ago (2013-01-08 23:16:18 UTC) #2
LGTM


On Tue, Jan 8, 2013 at 3:07 PM, <zmo@chromium.org> wrote:

> Reviewers: apatrick,
>
> Message:
> PTAL
>
> FLT_MAX is not defined in <limits> but <cfloat>
>
> Description:
> Build fix.
>
> BUG=
> TEST=build fine in Linux
>
> Please review this at
https://codereview.appspot.**com/7071056/<https://codereview.appspot.com/7071...
>
> Affected files:
>   M     src/common/version.h
>   M     src/compiler/OutputGLSLBase.**cpp
>
>
> Index: src/common/version.h
> ==============================**==============================**=======
> --- src/common/version.h        (revision 1644)
> +++ src/common/version.h        (working copy)
> @@ -1,7 +1,7 @@
>  #define MAJOR_VERSION 1
>  #define MINOR_VERSION 0
>  #define BUILD_VERSION 0
> -#define BUILD_REVISION 1644
> +#define BUILD_REVISION 1645
>
>  #define STRINGIFY(x) #x
>  #define MACRO_STRINGIFY(x) STRINGIFY(x)
> Index: src/compiler/OutputGLSLBase.**cpp
> ==============================**==============================**=======
> --- src/compiler/OutputGLSLBase.**cpp     (revision 1644)
> +++ src/compiler/OutputGLSLBase.**cpp     (working copy)
> @@ -7,7 +7,7 @@
>  #include "compiler/OutputGLSLBase.h"
>  #include "compiler/debug.h"
>
> -#include <limits.h>
> +#include <cfloat>
>
>  namespace
>  {
>
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b