Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!elroy!spl1!zeek!larry From: larry@zeek.UUCP (Larry Podmolik) Newsgroups: comp.lang.c++ Subject: Inline functions Keywords: Opps - forgot something... Message-ID: <226@zeek.UUCP> Date: 5 Apr 89 23:10:18 GMT Organization: Arthur Andersen & Co., Chicago, IL Lines: 10 Forgot to mention one thing: I looked at the output of CC -Fc String.c and there was NO coade generated in the places where the inline functions were defined. No wonder the linker couldn't find them!! Why did cfront replace these inline function with NOTHING?? -Larry