Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site umcp-cs.UUCP Path: utzoo!linus!decvax!decwrl!sun!qubix!ios!apple!voder!nsc!hplabs!hao!seismo!umcp-cs!chris From: chris@umcp-cs.UUCP (Chris Torek) Newsgroups: net.bugs.4bsd Subject: C compiler bug Message-ID: <8167@umcp-cs.UUCP> Date: Sat, 25-Aug-84 06:22:49 EDT Article-I.D.: umcp-cs.8167 Posted: Sat Aug 25 06:22:49 1984 Date-Received: Thu, 30-Aug-84 19:09:06 EDT Distribution: net Organization: U of Maryland, Computer Science Dept., College Park, MD Lines: 17 Index: lib/pcc 4.2BSD Description: The C compiler aborts with a compiler error if function arguments are declared `static'. (I happened to notice that the code which does arguments doesn't check for `static's among its declared arguments; probably that is all that is required to `fix' it.) Repeat-By: Compile this: foo (i) static i; { }