[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tmpnam(e)
- From: "Terence Martin" <odat@...>
- Date: Tue, 8 May 2001 22:35:02 -0700
I think it's been childish for a while.. for example, in objective C you can
use #import instead of #include, and it makes sure that the same file isn't
included multiple times for you.. but someone at gnu has a grudge against
it.. every time it see's #import you get an 8 or 9 line warning stating how
you're a bozo if you want the compiler to do your work for you... except if
you want it to generate you some assembly language from a higher level
language, I guess...
Thankfully you can turn that particular "feature" off. Did someone make the
gnu group the official programming language police when I wasn't looking or
something?
----- Original Message -----
From: "Edgar Toernig" <froese@gmx.de>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Tuesday, May 08, 2001 3:00 PM
Subject: Re: tmpnam(e)
> Roberto Ierusalimschy wrote:
> >
> > I've just got a version of gcc that refuses to link my program with
`gets'.
> > That really shocked me. If I wanted that kind of protection I wouldn't
be
> > using C.
>
> So it's getting worse :-( I once had a version of gcc that warned
> about the use of every in their opinion unkosher function. gets()
> was one of them. But refusing to link is becoming childish.
>
> Ciao, ET.
>