Block Structure Declarations

Mark Plotnick mp at whuxle.UUCP
Sun May 27 09:28:10 AEST 1984


This was fixed in the Draft ANSI C Standard I saw.  It says:
"Every formal parameter is in effect declared at the head of the
compound statement constituting the function body, so redeclaration
in the function body is an error."

Doesn't prevent you from redeclaring the function name itself, of course...
	Mark



More information about the Comp.bugs.4bsd.ucb-fixes mailing list