Path: utzoo!attcan!uunet!cbmvax!rutgers!apple!darin From: darin@Apple.COM (Darin Adler) Newsgroups: comp.sys.mac.programmer Subject: Re: Bug in MPW C 2.0.2 print header files. Keywords: Try calling PrGeneral! Message-ID: <17671@apple.Apple.COM> Date: 24 Sep 88 01:49:27 GMT References: <10157@dartvax.Dartmouth.EDU> Reply-To: darin@apple.com.UUCP (Darin Adler) Organization: Apple Lines: 14 In article <10157@dartvax.Dartmouth.EDU> earleh@eleazar.dartmouth.edu (Earle R. Horton) writes: > The following fragments, one from an MPW C include file, and one from > an MPW Pascal Interface file, demonstrate a truly horrendous bug in > the MPW C 2.0.2 printing header files. Yes, the MPW C 2.0.2 printing header files use int in a number of places where they should use short. This has been fixed in MPW 3.0 by generating the C and Pascal headers from a single database. In the mean time, you can do a global replace (case sensitive, entire word) of "int" with "short" in the Printing.h and PrintTraps.h files for 2.0. -- Darin Adler AppleLink: Adler4 UUCP: {sun,voder,nsc,mtxinu,dual}!apple!darin CSNET: darin@Apple.com