Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site utah-gr.UUCP Path: utzoo!linus!decvax!harpo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.lang.c,net.unix-wizards Subject: Re: summary of C-standards workshop at Usenix Message-ID: <1134@utah-gr.UUCP> Date: Mon, 9-Jul-84 12:37:20 EDT Article-I.D.: utah-gr.1134 Posted: Mon Jul 9 12:37:20 1984 Date-Received: Tue, 10-Jul-84 07:45:10 EDT References: <3104@brl-tgr.ARPA> Organization: Univ of Utah CS Dept Lines: 8 I think, Doug, you are missing the point here. The form int foo(void,); is the EXTERNAL declaration form. The form of declaration at the point of definition is not being changed. =Spencer