http://codereview.chromium.org/1635001/diff/1/13 File src/ia32/codegen-ia32.cc (right):
http://codereview.chromium.org/1635001/diff/1/13#newcode10930 src/ia32/codegen-ia32.cc:10930: #endif // ndef V8_INTERPRETED_REGEXP On 2010/04/08 09:06:19, Mads Ager wrote:
This is ending an ifdef not an ifndef.
It's ending the else part of an ifdef, so in effect it is ending an ifndef. http://codereview.chromium.org/1635001/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe, reply using "remove me" as the subject.
