Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!haven!purdue!decwrl!adobe!greid From: greid@adobe.com (Glenn Reid) Newsgroups: comp.lang.postscript Subject: Distillery release 10 problem Summary: my fault Message-ID: <639@adobe.UUCP> Date: 13 Mar 89 21:48:02 GMT Sender: news@adobe.COM Reply-To: greid@adobe.COM (Glenn Reid) Organization: Adobe Systems Incorporated, Mountain View Lines: 25 I inadvertenly introduced a bug into release 10 that didn't show up in my testing, partly becuase I was lazy and only tested it on Display PostScript instead of a printer. The symptom is usually a complaint about "fd" being "undefined". Here are the diffs to fix it: 4c4 < %%CreationDate: greid Wed Jul 6 18:02:53 1988 EDIT: Thu Mar 9 23:08:53 1989 --- > %%CreationDate: greid Wed Jul 6 18:02:53 1988 EDIT: Fri Mar 10 02:23:00 1989 11c11 < /adobe_still_version ((V 1.0d release 10 edit 06)) def --- > /adobe_still_version ((V 1.0d release 10 edit 07)) def 236c236 < counttomark dup dict begin { dup load def } repeat --- > counttomark dup dict begin { dup load def } repeat pop You basically just need to add the word "pop" to the end of line 236. Glenn Reid Adobe Systems