Author: [email protected]
Date: Mon May  4 06:36:43 2009
New Revision: 1845

Modified:
    branches/bleeding_edge/include/v8-debug.h
    branches/bleeding_edge/src/arm/assembler-arm-inl.h
    branches/bleeding_edge/src/arm/assembler-arm.h
    branches/bleeding_edge/src/arm/codegen-arm.h
    branches/bleeding_edge/src/arm/constants-arm.h
    branches/bleeding_edge/src/arm/frames-arm.h
    branches/bleeding_edge/src/arm/macro-assembler-arm.h
    branches/bleeding_edge/src/arm/regexp-macro-assembler-arm.h
    branches/bleeding_edge/src/arm/simulator-arm.h
    branches/bleeding_edge/src/arm/virtual-frame-arm.h
    branches/bleeding_edge/src/dateparser-inl.h
    branches/bleeding_edge/src/debug-agent.h
    branches/bleeding_edge/src/debug.h
    branches/bleeding_edge/src/ia32/assembler-ia32-inl.h
    branches/bleeding_edge/src/ia32/assembler-ia32.h
    branches/bleeding_edge/src/ia32/codegen-ia32.h
    branches/bleeding_edge/src/ia32/frames-ia32.h
    branches/bleeding_edge/src/ia32/macro-assembler-ia32.h
    branches/bleeding_edge/src/ia32/regexp-macro-assembler-ia32.h
    branches/bleeding_edge/src/ia32/simulator-ia32.h
    branches/bleeding_edge/src/ia32/virtual-frame-ia32.h
    branches/bleeding_edge/src/regexp-macro-assembler-irregexp-inl.h
    branches/bleeding_edge/src/regexp-macro-assembler-tracer.h
    branches/bleeding_edge/src/regexp-stack.h
    branches/bleeding_edge/src/shell.h
    branches/bleeding_edge/src/unicode-inl.h
    branches/bleeding_edge/src/unicode.h
    branches/bleeding_edge/src/usage-analyzer.h
    branches/bleeding_edge/src/v8-counters.h

Log:
Cleanup include guards:
- Fix some typos / guards that didn't match the filename.
- Fix some style inconsistencies.
- Add guards to files that were missing them.
- Add the directory name to the guard.

Review URL: http://codereview.chromium.org/99343


Modified: branches/bleeding_edge/include/v8-debug.h
==============================================================================
--- branches/bleeding_edge/include/v8-debug.h   (original)
+++ branches/bleeding_edge/include/v8-debug.h   Mon May  4 06:36:43 2009
@@ -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_DEBUG_H_
-#define V8_DEBUG_H_
+#ifndef V8_V8_DEBUG_H_
+#define V8_V8_DEBUG_H_

  #include "v8.h"

@@ -246,4 +246,4 @@
  #undef EXPORT


-#endif  // V8_DEBUG_H_
+#endif  // V8_V8_DEBUG_H_

Modified: branches/bleeding_edge/src/arm/assembler-arm-inl.h
==============================================================================
--- branches/bleeding_edge/src/arm/assembler-arm-inl.h  (original)
+++ branches/bleeding_edge/src/arm/assembler-arm-inl.h  Mon May  4 06:36:43  
2009
@@ -34,8 +34,8 @@
  // significantly by Google Inc.
  // Copyright 2006-2008 the V8 project authors. All rights reserved.

-#ifndef V8_ASSEMBLER_ARM_INL_H_
-#define V8_ASSEMBLER_ARM_INL_H_
+#ifndef V8_ARM_ASSEMBLER_ARM_INL_H_
+#define V8_ARM_ASSEMBLER_ARM_INL_H_

  #include "arm/assembler-arm.h"
  #include "cpu.h"
@@ -246,4 +246,4 @@

  } }  // namespace v8::internal

-#endif  // V8_ASSEMBLER_ARM_INL_H_
+#endif  // V8_ARM_ASSEMBLER_ARM_INL_H_

Modified: branches/bleeding_edge/src/arm/assembler-arm.h
==============================================================================
--- branches/bleeding_edge/src/arm/assembler-arm.h      (original)
+++ branches/bleeding_edge/src/arm/assembler-arm.h      Mon May  4 06:36:43 2009
@@ -37,8 +37,8 @@
  // A light-weight ARM Assembler
  // Generates user mode instructions for the ARM architecture up to version  
5

-#ifndef V8_ASSEMBLER_ARM_H_
-#define V8_ASSEMBLER_ARM_H_
+#ifndef V8_ARM_ASSEMBLER_ARM_H_
+#define V8_ARM_ASSEMBLER_ARM_H_

  #include "assembler.h"

@@ -786,4 +786,4 @@

  } }  // namespace v8::internal

-#endif  // V8_ASSEMBLER_ARM_H_
+#endif  // V8_ARM_ASSEMBLER_ARM_H_

Modified: branches/bleeding_edge/src/arm/codegen-arm.h
==============================================================================
--- branches/bleeding_edge/src/arm/codegen-arm.h        (original)
+++ branches/bleeding_edge/src/arm/codegen-arm.h        Mon May  4 06:36:43 2009
@@ -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_CODEGEN_ARM_H_
-#define V8_CODEGEN_ARM_H_
+#ifndef V8_ARM_CODEGEN_ARM_H_
+#define V8_ARM_CODEGEN_ARM_H_

  namespace v8 { namespace internal {

@@ -443,4 +443,4 @@

  } }  // namespace v8::internal

-#endif  // V8_CODEGEN_ARM_H_
+#endif  // V8_ARM_CODEGEN_ARM_H_

Modified: branches/bleeding_edge/src/arm/constants-arm.h
==============================================================================
--- branches/bleeding_edge/src/arm/constants-arm.h      (original)
+++ branches/bleeding_edge/src/arm/constants-arm.h      Mon May  4 06:36:43 2009
@@ -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_CONSTANTS_ARM_H_
-#define V8_CONSTANTS_ARM_H_
+#ifndef V8_ARM_CONSTANTS_ARM_H_
+#define V8_ARM_CONSTANTS_ARM_H_

  namespace assembler { namespace arm {

@@ -237,4 +237,4 @@

  } }  // namespace assembler::arm

-#endif  // V8_CONSTANTS_ARM_H_
+#endif  // V8_ARM_CONSTANTS_ARM_H_

Modified: branches/bleeding_edge/src/arm/frames-arm.h
==============================================================================
--- branches/bleeding_edge/src/arm/frames-arm.h (original)
+++ branches/bleeding_edge/src/arm/frames-arm.h Mon May  4 06:36:43 2009
@@ -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_FRAMES_ARM_H_
-#define V8_FRAMES_ARM_H_
+#ifndef V8_ARM_FRAMES_ARM_H_
+#define V8_ARM_FRAMES_ARM_H_

  namespace v8 { namespace internal {

@@ -376,4 +376,4 @@

  } }  // namespace v8::internal

-#endif  // V8_FRAMES_ARM_H_
+#endif  // V8_ARM_FRAMES_ARM_H_

Modified: branches/bleeding_edge/src/arm/macro-assembler-arm.h
==============================================================================
--- branches/bleeding_edge/src/arm/macro-assembler-arm.h        (original)
+++ branches/bleeding_edge/src/arm/macro-assembler-arm.h        Mon May  4  
06:36:43 2009
@@ -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_MACRO_ASSEMBLER_ARM_H_
-#define V8_MACRO_ASSEMBLER_ARM_H_
+#ifndef V8_ARM_MACRO_ASSEMBLER_ARM_H_
+#define V8_ARM_MACRO_ASSEMBLER_ARM_H_

  #include "assembler.h"

@@ -310,4 +310,4 @@

  } }  // namespace v8::internal

-#endif  // V8_MACRO_ASSEMBLER_ARM_H_
+#endif  // V8_ARM_MACRO_ASSEMBLER_ARM_H_

Modified: branches/bleeding_edge/src/arm/regexp-macro-assembler-arm.h
==============================================================================
--- branches/bleeding_edge/src/arm/regexp-macro-assembler-arm.h (original)
+++ branches/bleeding_edge/src/arm/regexp-macro-assembler-arm.h Mon May  4  
06:36:43 2009
@@ -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 REGEXP_MACRO_ASSEMBLER_ARM_H_
-#define REGEXP_MACRO_ASSEMBLER_ARM_H_
+#ifndef V8_ARM_REGEXP_MACRO_ASSEMBLER_ARM_H_
+#define V8_ARM_REGEXP_MACRO_ASSEMBLER_ARM_H_

  namespace v8 { namespace internal {

@@ -38,4 +38,4 @@

  }}  // namespace v8::internal

-#endif /* REGEXP_MACRO_ASSEMBLER_ARM_H_ */
+#endif  // V8_ARM_REGEXP_MACRO_ASSEMBLER_ARM_H_

Modified: branches/bleeding_edge/src/arm/simulator-arm.h
==============================================================================
--- branches/bleeding_edge/src/arm/simulator-arm.h      (original)
+++ branches/bleeding_edge/src/arm/simulator-arm.h      Mon May  4 06:36:43 2009
@@ -33,8 +33,8 @@
  // which will start execution in the Simulator or forwards to the real  
entry
  // on a ARM HW platform.

-#ifndef V8_SIMULATOR_ARM_H_
-#define V8_SIMULATOR_ARM_H_
+#ifndef V8_ARM_SIMULATOR_ARM_H_
+#define V8_ARM_SIMULATOR_ARM_H_

  #if defined(__arm__)

@@ -201,4 +201,4 @@

  #endif  // defined(__arm__)

-#endif  // V8_SIMULATOR_ARM_H_
+#endif  // V8_ARM_SIMULATOR_ARM_H_

Modified: branches/bleeding_edge/src/arm/virtual-frame-arm.h
==============================================================================
--- branches/bleeding_edge/src/arm/virtual-frame-arm.h  (original)
+++ branches/bleeding_edge/src/arm/virtual-frame-arm.h  Mon May  4 06:36:43  
2009
@@ -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_VIRTUAL_FRAME_ARM_H_
-#define V8_VIRTUAL_FRAME_ARM_H_
+#ifndef V8_ARM_VIRTUAL_FRAME_ARM_H_
+#define V8_ARM_VIRTUAL_FRAME_ARM_H_

  #include "register-allocator.h"

@@ -477,4 +477,4 @@

  } }  // namespace v8::internal

-#endif  // V8_VIRTUAL_FRAME_ARM_H_
+#endif  // V8_ARM_VIRTUAL_FRAME_ARM_H_

Modified: branches/bleeding_edge/src/dateparser-inl.h
==============================================================================
--- branches/bleeding_edge/src/dateparser-inl.h (original)
+++ branches/bleeding_edge/src/dateparser-inl.h Mon May  4 06:36:43 2009
@@ -25,6 +25,9 @@
  // (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_DATEPARSER_INL_H_
+#define V8_DATEPARSER_INL_H_
+
  namespace v8 { namespace internal {

  template <typename Char>
@@ -104,3 +107,5 @@
  }

  } }  // namespace v8::internal
+
+#endif  // V8_DATEPARSER_INL_H_

Modified: branches/bleeding_edge/src/debug-agent.h
==============================================================================
--- branches/bleeding_edge/src/debug-agent.h    (original)
+++ branches/bleeding_edge/src/debug-agent.h    Mon May  4 06:36:43 2009
@@ -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_V8_DEBUG_AGENT_H_
-#define V8_V8_DEBUG_AGENT_H_
+#ifndef V8_DEBUG_AGENT_H_
+#define V8_DEBUG_AGENT_H_

  #ifdef ENABLE_DEBUGGER_SUPPORT
  #include "../include/v8-debug.h"
@@ -122,4 +122,4 @@

  #endif  // ENABLE_DEBUGGER_SUPPORT

-#endif  // V8_V8_DEBUG_AGENT_H_
+#endif  // V8_DEBUG_AGENT_H_

Modified: branches/bleeding_edge/src/debug.h
==============================================================================
--- branches/bleeding_edge/src/debug.h  (original)
+++ branches/bleeding_edge/src/debug.h  Mon May  4 06:36:43 2009
@@ -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_V8_DEBUG_H_
-#define V8_V8_DEBUG_H_
+#ifndef V8_DEBUG_H_
+#define V8_DEBUG_H_

  #include "assembler.h"
  #include "code-stubs.h"
@@ -762,4 +762,4 @@

  #endif  // ENABLE_DEBUGGER_SUPPORT

-#endif  // V8_V8_DEBUG_H_
+#endif  // V8_DEBUG_H_

Modified: branches/bleeding_edge/src/ia32/assembler-ia32-inl.h
==============================================================================
--- branches/bleeding_edge/src/ia32/assembler-ia32-inl.h        (original)
+++ branches/bleeding_edge/src/ia32/assembler-ia32-inl.h        Mon May  4  
06:36:43 2009
@@ -34,8 +34,8 @@

  // A light-weight IA32 Assembler.

-#ifndef V8_ASSEMBLER_IA32_INL_H_
-#define V8_ASSEMBLER_IA32_INL_H_
+#ifndef V8_IA32_ASSEMBLER_IA32_INL_H_
+#define V8_IA32_ASSEMBLER_IA32_INL_H_

  #include "cpu.h"

@@ -299,4 +299,4 @@

  } }  // namespace v8::internal

-#endif  // V8_ASSEMBLER_IA32_INL_H_
+#endif  // V8_IA32_ASSEMBLER_IA32_INL_H_

Modified: branches/bleeding_edge/src/ia32/assembler-ia32.h
==============================================================================
--- branches/bleeding_edge/src/ia32/assembler-ia32.h    (original)
+++ branches/bleeding_edge/src/ia32/assembler-ia32.h    Mon May  4 06:36:43  
2009
@@ -34,8 +34,8 @@

  // A light-weight IA32 Assembler.

-#ifndef V8_ASSEMBLER_IA32_H_
-#define V8_ASSEMBLER_IA32_H_
+#ifndef V8_IA32_ASSEMBLER_IA32_H_
+#define V8_IA32_ASSEMBLER_IA32_H_

  namespace v8 { namespace internal {

@@ -860,4 +860,4 @@

  } }  // namespace v8::internal

-#endif  // V8_ASSEMBLER_IA32_H_
+#endif  // V8_IA32_ASSEMBLER_IA32_H_

Modified: branches/bleeding_edge/src/ia32/codegen-ia32.h
==============================================================================
--- branches/bleeding_edge/src/ia32/codegen-ia32.h      (original)
+++ branches/bleeding_edge/src/ia32/codegen-ia32.h      Mon May  4 06:36:43 2009
@@ -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_CODEGEN_IA32_H_
-#define V8_CODEGEN_IA32_H_
+#ifndef V8_IA32_CODEGEN_IA32_H_
+#define V8_IA32_CODEGEN_IA32_H_

  namespace v8 { namespace internal {

@@ -615,4 +615,4 @@

  } }  // namespace v8::internal

-#endif  // V8_CODEGEN_IA32_H_
+#endif  // V8_IA32_CODEGEN_IA32_H_

Modified: branches/bleeding_edge/src/ia32/frames-ia32.h
==============================================================================
--- branches/bleeding_edge/src/ia32/frames-ia32.h       (original)
+++ branches/bleeding_edge/src/ia32/frames-ia32.h       Mon May  4 06:36:43 2009
@@ -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_FRAMES_IA32_H_
-#define V8_FRAMES_IA32_H_
+#ifndef V8_IA32_FRAMES_IA32_H_
+#define V8_IA32_FRAMES_IA32_H_

  namespace v8 { namespace internal {

@@ -288,4 +288,4 @@

  } }  // namespace v8::internal

-#endif  // V8_FRAMES_IA32_H_
+#endif  // V8_IA32_FRAMES_IA32_H_

Modified: branches/bleeding_edge/src/ia32/macro-assembler-ia32.h
==============================================================================
--- branches/bleeding_edge/src/ia32/macro-assembler-ia32.h      (original)
+++ branches/bleeding_edge/src/ia32/macro-assembler-ia32.h      Mon May  4  
06:36:43 2009
@@ -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_MACRO_ASSEMBLER_IA32_H_
-#define V8_MACRO_ASSEMBLER_IA32_H_
+#ifndef V8_IA32_MACRO_ASSEMBLER_IA32_H_
+#define V8_IA32_MACRO_ASSEMBLER_IA32_H_

  #include "assembler.h"

@@ -368,4 +368,4 @@

  } }  // namespace v8::internal

-#endif  // V8_MACRO_ASSEMBLER_IA32_H_
+#endif  // V8_IA32_MACRO_ASSEMBLER_IA32_H_

Modified: branches/bleeding_edge/src/ia32/regexp-macro-assembler-ia32.h
==============================================================================
--- branches/bleeding_edge/src/ia32/regexp-macro-assembler-ia32.h       
(original)
+++ branches/bleeding_edge/src/ia32/regexp-macro-assembler-ia32.h       Mon May 
  
4 06:36:43 2009
@@ -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 REGEXP_MACRO_ASSEMBLER_IA32_H_
-#define REGEXP_MACRO_ASSEMBLER_IA32_H_
+#ifndef V8_IA32_REGEXP_MACRO_ASSEMBLER_IA32_H_
+#define V8_IA32_REGEXP_MACRO_ASSEMBLER_IA32_H_

  namespace v8 { namespace internal {

@@ -282,4 +282,4 @@

  }}  // namespace v8::internal

-#endif /* REGEXP_MACRO_ASSEMBLER_IA32_H_ */
+#endif  // V8_IA32_REGEXP_MACRO_ASSEMBLER_IA32_H_

Modified: branches/bleeding_edge/src/ia32/simulator-ia32.h
==============================================================================
--- branches/bleeding_edge/src/ia32/simulator-ia32.h    (original)
+++ branches/bleeding_edge/src/ia32/simulator-ia32.h    Mon May  4 06:36:43  
2009
@@ -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_SIMULATOR_IA32_H_
-#define V8_SIMULATOR_IA32_H_
+#ifndef V8_IA32_SIMULATOR_IA32_H_
+#define V8_IA32_SIMULATOR_IA32_H_


  // Since there is no simulator for the ia32 architecture the only thing we  
can
@@ -44,4 +44,4 @@
    (reinterpret_cast<uintptr_t>(this) >= limit ? \
        reinterpret_cast<uintptr_t>(this) - limit : 0)

-#endif  // V8_SIMULATOR_IA32_H_
+#endif  // V8_IA32_SIMULATOR_IA32_H_

Modified: branches/bleeding_edge/src/ia32/virtual-frame-ia32.h
==============================================================================
--- branches/bleeding_edge/src/ia32/virtual-frame-ia32.h        (original)
+++ branches/bleeding_edge/src/ia32/virtual-frame-ia32.h        Mon May  4  
06:36:43 2009
@@ -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_VIRTUAL_FRAME_IA32_H_
-#define V8_VIRTUAL_FRAME_IA32_H_
+#ifndef V8_IA32_VIRTUAL_FRAME_IA32_H_
+#define V8_IA32_VIRTUAL_FRAME_IA32_H_

  #include "register-allocator.h"

@@ -490,4 +490,4 @@

  } }  // namespace v8::internal

-#endif  // V8_VIRTUAL_FRAME_IA32_H_
+#endif  // V8_IA32_VIRTUAL_FRAME_IA32_H_

Modified: branches/bleeding_edge/src/regexp-macro-assembler-irregexp-inl.h
==============================================================================
--- branches/bleeding_edge/src/regexp-macro-assembler-irregexp-inl.h     
(original)
+++ branches/bleeding_edge/src/regexp-macro-assembler-irregexp-inl.h    Mon  
May  4 06:36:43 2009
@@ -32,6 +32,8 @@
  #include "ast.h"
  #include "bytecodes-irregexp.h"

+#ifndef V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_
+#define V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_

  namespace v8 { namespace internal {

@@ -69,3 +71,5 @@


  } }  // namespace v8::internal
+
+#endif  // V8_REGEXP_MACRO_ASSEMBLER_IRREGEXP_INL_H_

Modified: branches/bleeding_edge/src/regexp-macro-assembler-tracer.h
==============================================================================
--- branches/bleeding_edge/src/regexp-macro-assembler-tracer.h  (original)
+++ branches/bleeding_edge/src/regexp-macro-assembler-tracer.h  Mon May  4  
06:36:43 2009
@@ -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 REGEXP_MACRO_ASSEMBLER_TRACER_H_
-#define REGEXP_MACRO_ASSEMBLER_TRACER_H_
+#ifndef V8_REGEXP_MACRO_ASSEMBLER_TRACER_H_
+#define V8_REGEXP_MACRO_ASSEMBLER_TRACER_H_

  namespace v8 { namespace internal {

@@ -115,4 +115,4 @@

  }}  // namespace v8::internal

-#endif  // REGEXP_MACRO_ASSEMBLER_TRACER_H_
+#endif  // V8_REGEXP_MACRO_ASSEMBLER_TRACER_H_

Modified: branches/bleeding_edge/src/regexp-stack.h
==============================================================================
--- branches/bleeding_edge/src/regexp-stack.h   (original)
+++ branches/bleeding_edge/src/regexp-stack.h   Mon May  4 06:36:43 2009
@@ -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 REGEXP_STACK_H_
-#define REGEXP_STACK_H_
+#ifndef V8_REGEXP_STACK_H_
+#define V8_REGEXP_STACK_H_

  namespace v8 { namespace internal {

@@ -103,4 +103,4 @@

  }}  // namespace v8::internal

-#endif /* REGEXP_STACK_H_ */
+#endif // V8_REGEXP_STACK_H_

Modified: branches/bleeding_edge/src/shell.h
==============================================================================
--- branches/bleeding_edge/src/shell.h  (original)
+++ branches/bleeding_edge/src/shell.h  Mon May  4 06:36:43 2009
@@ -27,6 +27,9 @@
  //
  // A simple interactive shell.  Enable with --shell.

+#ifndef V8_SHELL_H_
+#define V8_SHELL_H_
+
  #include "../public/debug.h"

  namespace v8 { namespace internal {
@@ -47,3 +50,5 @@
  };

  } }  // namespace v8::internal
+
+#endif  // V8_SHELL_H_

Modified: branches/bleeding_edge/src/unicode-inl.h
==============================================================================
--- branches/bleeding_edge/src/unicode-inl.h    (original)
+++ branches/bleeding_edge/src/unicode-inl.h    Mon May  4 06:36:43 2009
@@ -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 __UNIBROW_INL_H__
-#define __UNIBROW_INL_H__
+#ifndef V8_UNICODE_INL_H_
+#define V8_UNICODE_INL_H_

  #include "unicode.h"

@@ -235,4 +235,4 @@

  }  // namespace unibrow

-#endif  // __UNIBROW_INL_H__
+#endif  // V8_UNICODE_INL_H_

Modified: branches/bleeding_edge/src/unicode.h
==============================================================================
--- branches/bleeding_edge/src/unicode.h        (original)
+++ branches/bleeding_edge/src/unicode.h        Mon May  4 06:36:43 2009
@@ -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 __UNIBROW_H__
-#define __UNIBROW_H__
+#ifndef V8_UNICODE_H_
+#define V8_UNICODE_H_

  #include <sys/types.h>

@@ -276,4 +276,4 @@

  }  // namespace unibrow

-#endif  // __UNIBROW_H__
+#endif  // V8_UNICODE_H_

Modified: branches/bleeding_edge/src/usage-analyzer.h
==============================================================================
--- branches/bleeding_edge/src/usage-analyzer.h (original)
+++ branches/bleeding_edge/src/usage-analyzer.h Mon May  4 06:36:43 2009
@@ -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_USAGE_ANALYSER_H_
-#define V8_USAGE_ANALYSER_H_
+#ifndef V8_USAGE_ANALYZER_H_
+#define V8_USAGE_ANALYZER_H_

  namespace v8 { namespace internal {

@@ -36,4 +36,4 @@

  } }  // namespace v8::internal

-#endif  // V8_USAGE_ANALYSER_H_
+#endif  // V8_USAGE_ANALYZER_H_

Modified: branches/bleeding_edge/src/v8-counters.h
==============================================================================
--- branches/bleeding_edge/src/v8-counters.h    (original)
+++ branches/bleeding_edge/src/v8-counters.h    Mon May  4 06:36:43 2009
@@ -161,4 +161,4 @@

  } }  // namespace v8::internal

-#endif  // V8_COUNTERS_H_
+#endif  // V8_V8_COUNTERS_H_

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

Reply via email to