Re: sys_lib_search_patch_spec/path_separator (Re: Suggested pathes to CVC libtool: Mingw improvement, .rc support)

2001-09-23 Thread Gary V. Vaughan
On Sat, Sep 22, 2001 at 11:15:43PM +0300, Tor Lillqvist wrote: > The chance of a Unix system having > directory names containing semicolons is practically nil, isn't it? Yup. It is possible technically, but anyone who uses semicolons in PATH has got to expect trouble, no? Cheers, Gary.

Re: sys_lib_search_patch_spec/path_separator (Re: Suggested pathes to CVC libtool: Mingw improvement, .rc support)

2001-09-23 Thread Guido Draheim
"Gary V. Vaughan" wrote: > > On Sat, Sep 22, 2001 at 11:15:43PM +0300, Tor Lillqvist wrote: > > The chance of a Unix system having > > directory names containing semicolons is practically nil, isn't it? > > Yup. It is possible technically, but anyone who uses semicolons in > PATH has got to exp

Re: use of __STDC__ in libtool.m4 on HEAD

2001-09-23 Thread Tim Mooney
In regard to: Re: use of __STDC__ in libtool.m4 on HEAD, Gary V. Vaughan...: >> Why? Some C compilers define __STDC__ but don't define it to 1. How >> about: >> #ifdef __STDC__ > >I believe there are compilers out there that define __STDC__ to 0 >for strict K&R mode and to 1 for strict ANSI mod