That would look good to me.

On Fri, Apr 17, 2009 at 3:35 PM, <[email protected]> wrote:

>
> Reviewers: Kevin Millikin,
>
> Description:
> Lint.
>
> Please review this at http://codereview.chromium.org/77026
>
> SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
>
> Affected files:
>   M     src/platform-linux.cc
>
>
> Index: src/platform-linux.cc
> ===================================================================
> --- src/platform-linux.cc       (revision 1736)
> +++ src/platform-linux.cc       (working copy)
> @@ -511,8 +511,8 @@
>  #define TIMEVAL_TO_TIMESPEC(tv, ts) do {                            \
>      (ts)->tv_sec = (tv)->tv_sec;                                    \
>      (ts)->tv_nsec = (tv)->tv_usec * 1000;                           \
> -} while(false)
> -#endif
> +} while (false)
> +#endif
>
>
>  bool LinuxSemaphore::Wait(int timeout) {
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to