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.
"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
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