Subject: Re: long long vs. -ansi...
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: current-users
Date: 04/08/1997 14:55:40
In article <199704081136.HAA10694@Twig.Rodents.Montreal.QC.CA> mouse@Rodents.Montreal.QC.CA (der Mouse) writes:
>> [...] -Wmissing-prototypes [...] sys/signal.h [...]
>
>See PR 2718.  After I sent that one in, I got a note from someone (I
>forget whom) saying that it wasn't quite that simple...but no addendum
>to the PR as of a couple of minutes ago, and no fix either.
>
>Perhaps what we need is a gcc extension so we can write something like
>
>	void (*sv_handler)(__oldstyle__);
>
>that satisfies -Wmissing-prototypes -Wstrict-prototypes but otherwise
>has the semantics of an old-style argument list declaration.

That was me. I'll address that shortly because I've ran into this one
time too many lately.

christos