Subject: Re: man pages & style guide
To: None <jconklin@netcom.com, jules@mailbox.co.uk>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 03/07/1996 06:22:48
>Possibly for aesthetic reasons. To not intrude upon the user's
>namespace, we'd have to prepend underscores to function argument
>names.
> extern foo __P((int __bar, int __quux, int __quuux, ...));
Huh? Prototypes are their own scope. The names in a prototype are
not going to affect anyone's namespace.
How long will it be before we start not caring about pre-ANSI C? I mean,
at this point, do there exist platforms that we could meaningfully support
without it? AFAIK, gcc runs on everything we're likely to care about
anyway.
-s