Path: utzoo!attcan!uunet!cs.utexas.edu!husc6!endor!siegel From: siegel@endor.harvard.edu (Rich Siegel) Newsgroups: comp.sys.mac.programmer Subject: Re: MPW C <-> Lightspeed C header files Message-ID: <2192@husc6.harvard.edu> Date: 9 Jul 89 16:52:59 GMT References: <14107@swan.ulowell.edu> Sender: news@husc6.harvard.edu Reply-To: siegel@endor.UUCP (Rich Siegel) Organization: Symantec/THINK Technologies, Bedford, MA Lines: 31 In article <14107@swan.ulowell.edu> jkeegan@hawk.ulowell.edu (Jeff Keegan) writes: > >In the MPW header file, it says something like > > typedef pascal void (*MyProc) ( > int argument1; > char argument2; /* etc.. these are made up */ > Ptr argument3); In TLSC, procedure's can't be typedef'd as "pascal". > typedef void (*MyOtherProc) (struct MyStruct *thestruct) I'm not a C guru, but I suspect that a prototype at this point is an ANSI C feature, which isn't yet supported by TLSC. --Rich ~~~~~~~~~~~~~~~ Rich Siegel Staff Software Developer Symantec Corporation, Language Products Group Internet: siegel@endor.harvard.edu UUCP: ..harvard!endor!siegel I classify myself as a real developer because my desk is hip-deep in assembly-language listings and I spend more than 50% of my time in TMON. ~~~~~~~~~~~~~~~