Reviewers: Kasper Lund,

Description:
Remove spurious 'const' that upsets some versions of gcc.

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

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/ic.cc


Index: src/ic.cc
===================================================================
--- src/ic.cc   (revision 2055)
+++ src/ic.cc   (working copy)
@@ -39,7 +39,7 @@
  namespace internal {

  #ifdef DEBUG
-static const char TransitionMarkFromState(IC::State state) {
+static char TransitionMarkFromState(IC::State state) {
    switch (state) {
      case UNINITIALIZED: return '0';
      case PREMONOMORPHIC: return 'P';



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

Reply via email to