Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3106068
By: robiwano

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


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to