Xref: utzoo comp.lang.c:12058 comp.sys.ibm.pc:18351 Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!cornell!uw-beaver!microsoft!markro From: markro@microsoft.UUCP (Mark Roberts) Newsgroups: comp.lang.c,comp.sys.ibm.pc Subject: Re: Function declarations (was: MSC v5.1 Bug???) Summary: reference to draft standard Message-ID: <1757@microsoft.UUCP> Date: 24 Aug 88 17:54:46 GMT References: <10102@genrad.UUCP> <11879@iuvax.cs.indiana.edu> <5680@rpp386.UUCP> <356@sdrc.UUCP> Reply-To: microsof!markro Organization: Microsoft Corporation, Redmond, WA Lines: 9 In article <356@sdrc.UUCP> scjones@sdrc.UUCP (Larry Jones) writes: >NO!!! Amazingly enough, MSC got this right - the code is wrong. Thanks for the answer; here is (I believe) the appropriate section from the May 88 draft standard (3.5.1, pg 56, lines 19-20): "The declaration of an identifier for a function that has block scope shall have no explicit storage-class specifier other than extern." [ Amazingly? (:-) ]