Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site basser.SUN Path: utzoo!linus!vaxine!wjh12!genrad!decvax!mulga!munnari!basser!kvm From: kvm@basser.SUN (Karlos Mauvtaque) Newsgroups: net.unix-wizards Subject: Re: is "extern" ambiguous Message-ID: <264@basser.SUN> Date: Thu, 12-Apr-84 00:15:38 EST Article-I.D.: basser.264 Posted: Thu Apr 12 00:15:38 1984 Date-Received: Fri, 13-Apr-84 01:58:22 EST References: <12050@sri-arpa.UUCP> Organization: Dept of C.S., University of Sydney Lines: 20 > IN EITHER CASE I CONCLUDE AND PROPOSE THAT THE CONSTRUCT IS LEGAL C, > since at least one standard-conforming C compiler allows it. So we take all of the bugs in PCC to be legal C? Try this: main() { int (*f)(); (*f)(); (**f)(); f(); (******f)(); } What piffle.