In current Bison, the #line compiler directive's filename contains a single backslash, which the VC++6 compiler recognizes as an escape sequence start.
Example:
line 23 ".\lex.c"
I'd like to have a program line option to make Bison output double backslash instead:
line 23 ".\lex.c"
Any compatibility thoughts on this?
/Rob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In current Bison, the #line compiler directive's filename contains a single backslash, which the VC++6 compiler recognizes as an escape sequence start.
Example:
line 23 ".\lex.c"
I'd like to have a program line option to make Bison output double backslash instead:
line 23 ".\lex.c"
Any compatibility thoughts on this?
/Rob