This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fixproto fix
- To: Jeffrey A Law <law at cygnus dot com>
- Subject: Re: Fixproto fix
- From: Laurynas Biveinis <lauras at softhome dot net>
- Date: Thu, 01 Jun 2000 09:44:44 +0300
- CC: gcc-patches at gcc dot gnu dot org, DJGPP Workers <djgpp-workers at delorie dot com>
- References: <10288.959147375@upchuck>
Jeffrey A Law wrote:
> > If you mean directory names like 'c;/foo', they will be corectly recognized
> > as relative - the patch checks for presence of ':', which is not allowed in
> > file names.
> My point is on a unix system ':' is an allowed file/directory name.
Yes, now I see it. I was confused by a ';' in the first reply.
But as Alexandre Oliva pointed out, it is impossible to build gcc
having ':' in a directory name, so the patch is still OK?
Laurynas