make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix for HAVE_DOS_PATHS build on cygwin


From: Eli Zaretskii
Subject: Re: Fix for HAVE_DOS_PATHS build on cygwin
Date: Fri, 18 Aug 2006 00:27:27 +0300

> Date: Thu, 17 Aug 2006 16:43:49 -0400
> From: Christopher Faylor <address@hidden>
> 
> This is even easier than I was thinking, really.  If this value
> was defined in the appropriate pre-header file then an
> 
> #ifndef PATH_SEPARATOR
> # define PATH_SEPARATOR ":"
> #endif
> 
> in make.h would suffice, wouldn't it?

Yes, I think so.

> So, I guess I'm basically suggesting
> putting the PATH_SEPARATOR definition in: config.h-vms, config.h.W32, 
> configh.dos.

Yep.

> I was just trying to avoid a spurious #ifdef test.

I dislike ifdef's as well.  If ifdef's can be avoided, we should do
that, IMO.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]