Status: New
Owner: ----

New issue 1326 by [email protected]: d8 with readline support breaks the compilation
http://code.google.com/p/v8/issues/detail?id=1326

Since r7584 the compilation of d8 with readline based console is broken.

The problem is that readline.h defines the token RETURN (chardefs.h), and that same token is used as a enum in token.h.

The problem raised when conversions.h included scanner-base.h (r7584)

Attached is a patch with the simplest approach to fix the issue.

Attachments:
        0001-unset-RETURN-if-it-is-defined-previously.patch  643 bytes

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

Reply via email to