Reviewers: Mikhail Naganov (Chromium),

Description:
Fix the include guard from circular-queue-inl.h

[email protected]

Signed-off-by: Thiago Farina <[email protected]>


Please review this at http://codereview.chromium.org/7864028/

SVN Base: git://github.com/v8/v8.git@bleeding_edge

Affected files:
  M src/circular-queue-inl.h


Index: src/circular-queue-inl.h
diff --git a/src/circular-queue-inl.h b/src/circular-queue-inl.h
index 349f22299a4d90210bf3f301a76ef471b5ad229a..373bf6092a95f40e7aaa01bb835436b312bf2703 100644
--- a/src/circular-queue-inl.h
+++ b/src/circular-queue-inl.h
@@ -1,4 +1,4 @@
-// Copyright 2010 the V8 project authors. All rights reserved.
+// Copyright 2011 the V8 project authors. All rights reserved.
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-#ifndef V8_CIRCULAR_BUFFER_INL_H_
-#define V8_CIRCULAR_BUFFER_INL_H_
+#ifndef V8_CIRCULAR_QUEUE_INL_H_
+#define V8_CIRCULAR_QUEUE_INL_H_

 #include "circular-queue.h"

@@ -50,4 +50,4 @@ void SamplingCircularQueue::WrapPositionIfNeeded(

 } }  // namespace v8::internal

-#endif  // V8_CIRCULAR_BUFFER_INL_H_
+#endif  // V8_CIRCULAR_QUEUE_INL_H_


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

Reply via email to