Revision: 6260
Author: [email protected]
Date: Tue Jan 11 03:47:30 2011
Log: Fix lint
http://code.google.com/p/v8/source/detail?r=6260

Modified:
 /branches/bleeding_edge/src/v8utils.h
 /branches/bleeding_edge/src/x64/lithium-x64.cc

=======================================
--- /branches/bleeding_edge/src/v8utils.h       Tue Jan 11 03:44:16 2011
+++ /branches/bleeding_edge/src/v8utils.h       Tue Jan 11 03:47:30 2011
@@ -29,7 +29,7 @@
 #define V8_V8UTILS_H_

 #include "utils.h"
-#include "platform.h" // For va_list on Solaris.
+#include "platform.h"  // For va_list on Solaris.

 namespace v8 {
 namespace internal {
=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.cc      Tue Jan 11 03:33:52 2011
+++ /branches/bleeding_edge/src/x64/lithium-x64.cc      Tue Jan 11 03:47:30 2011
@@ -78,7 +78,7 @@

   if (HasPointerMap()) {
     stream->Add(" ");
-    //pointer_map()->PrintTo(stream);
+    // pointer_map()->PrintTo(stream);
   }
 }

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

Reply via email to