Xref: utzoo comp.lang.c:12349 comp.std.c:344 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!killer!vector!rpp386!pigs!haugj From: haugj@pigs.UUCP (The Beach Bum) Newsgroups: comp.lang.c,comp.std.c Subject: Re: Function declarations Summary: still could be done with one pass compilation Message-ID: <391@pigs.UUCP> Date: 4 Sep 88 21:46:41 GMT References: <10102@genrad.UUCP> <11879@iuvax.cs.indiana.edu> <5680@rpp386.UUCP> <1275@mcgill-vision.UUCP> <13344@mimsy.UUCP> <697@proxftl.U Reply-To: haugj@pigs.UUCP (The Beach Bum) Followup-To: comp.std.c Organization: The Big "D" Home for Wayward Hackers Lines: 15 In article <697@proxftl.UUCP> bill@proxftl.UUCP (T. William Wells) writes: >Well, consider the related question: who should have to deal with >the pain caused by systems that make one pass compilation >difficult: every user of ANSI C, or those people charged with the >writing of a C compiler for those systems? is this the claimed rational? declaring functions as static local to a referencing function _can_ be handled with single pass compilation. the compiler may be easier to write than with that feature included, but with it included, the compiler could still be single pass. -- =-=-=-=-=-=-=-The Beach Bum at The Big "D" Home for Wayward Hackers-=-=-=-=-=-= Very Long Address: John.F.Haugh@rpp386.dallas.tx.us Very Short Address: jfh@rpp386 "ANSI C: Just say no" -- Me