Fix compilation with aCC 6: this compiler has broken for scoping
commita9d73fb85226cc56c8089dfccef52eb22fe15585
authorThiago Macieira <thiago.macieira@nokia.com>
Fri, 9 Oct 2009 19:24:32 +0000 (9 21:24 +0200)
committerThiago Macieira <thiago.macieira@nokia.com>
Fri, 9 Oct 2009 19:24:32 +0000 (9 21:24 +0200)
treefbd8e99da26a6fb77b1ad49b2e360d5cccc60403
parent98445f62690278cd7343dbbf44d3cf2728a23a93
Fix compilation with aCC 6: this compiler has broken for scoping

"../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp", line 860: error #2101: "size" has already been declared in the current scope
"../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp", line 1560: error #2101: "span" has already been declared in the current scope
"../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp", line 1807: error #2101: "s" has already been declared in the current scope
src/3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp