Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!sdcsvax!ucbvax!TOPAZ.RUTGERS.EDU!hedrick From: hedrick@TOPAZ.RUTGERS.EDU (Charles Hedrick) Newsgroups: comp.laser-printers Subject: Re: Porting METAFONT to the Pyramid Message-ID: <8708070026.AA08383@brillig.umd.edu> Date: Wed, 5-Aug-87 22:10:18 EDT Article-I.D.: brillig.8708070026.AA08383 Posted: Wed Aug 5 22:10:18 1987 Date-Received: Sun, 9-Aug-87 07:13:42 EDT References: <8707301834.AA02104@brillig.umd.edu> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: Rutgers Univ., New Brunswick, N.J. Lines: 8 Approved: laser-lovers@brillig.umd.edu > new Pyramid Pascal compiler will not allow you to pass an element of a > packed array by reference to a procedure (I reported it to Pyramid). The Pascal standards do not allow an element of a packed array to be passed by reference. That it worked before might be called an extension, but these sorts of minor extensions are generally regarded as a bad idea.