Path: utzoo!attcan!uunet!peregrine!elroy!ames!mailrus!cornell!uw-beaver!uw-larry!richk From: richk@uw-larry (Richard Korry) Newsgroups: comp.lang.c++ Subject: fixing cfront 1.2.1 Message-ID: <33@beaver.cs.washington.edu> Date: 6 Oct 88 00:15:47 GMT Sender: news@beaver.cs.washington.edu Reply-To: richk@uw-larry.UUCP (Richard Korry) Distribution: na Organization: U of Washington, Computer Science, Seattle Lines: 7 We have cfront 1.2.1 running on Suns. The problem is with too many inline functions. When I compile code I have received from other places, I often find cfront breaking when there are lots of inline functions. When I make them real ones, the problem goes away. Is there some constant I can change to increase the number of functions it can handle or can I do something else about it? thanks rich