pathname bug in xsubpp on win32
authorJonathan Biggar <jon@sems.com>
Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)
commit5749794018af667b8b8ac7565d2bae88375e5762
tree13718f969eeb9151dd7dcfd7bf7ddb30c48d61c5
parent2e0a0b36a38800f17a096c56d6ea69fba3142907
pathname bug in xsubpp on win32

If xsubpp is run with the argument "c:\i.xs", it will
generate bad #line directives, like:

 #line 1 "c:\i.xs"

which will cause VC++ to barf over a bad "\i"
escape sequence.

p5p-msgid: 199705230126.SAA23401@clamp.netlabs.com
lib/ExtUtils/xsubpp