robiwano - 2005-04-18

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