This patch makes Parrot recognise /path/to/file and c:/path/to/file as
absolute paths on Win32 (so that e.g. 'load_bytecode "c:/path/to/file"'
can be used instead of 'load_bytecode "c:\\path/to/file"')
--
Philip Taylor
phi...@zaynar.demon.co.uk
> This patch makes Parrot recognise /path/to/file and c:/path/to/file as
> absolute paths on Win32 (so that e.g. 'load_bytecode "c:/path/to/file"'
> can be used instead of 'load_bytecode "c:\\path/to/file"')
Thanks, applied.
leo