LGTM On Mon, Mar 9, 2009 at 9:53 AM, <[email protected]> wrote:
> Reviewers: Søren Gjesse, > > Description: > cpplint does not like multiple semicolons on the same line. Do not > lint that line. > > [email protected] > > Please review this at http://codereview.chromium.org/39330 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M src/heap-inl.h > > > Index: src/heap-inl.h > =================================================================== > --- src/heap-inl.h (revision 1442) > +++ src/heap-inl.h (working copy) > @@ -262,7 +262,7 @@ > > > #define CALL_HEAP_FUNCTION_VOID(FUNCTION_CALL) \ > - CALL_AND_RETRY(FUNCTION_CALL, ;, ;) > + CALL_AND_RETRY(FUNCTION_CALL, ;, ;) // NOLINT > > > #ifdef DEBUG > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
