> Date: Thu, 17 Aug 2006 16:43:49 -0400
> From: Christopher Faylor <[EMAIL PROTECTED]>
> 
> 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.


_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to