Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!ut-sally!ut-ngp!wmartin From: wmartin@ut-ngp.UUCP Newsgroups: comp.sys.mac Subject: Fix to Microsoft Fortran SIZERESOURCE bug. Message-ID: <4945@ut-ngp.UUCP> Date: Fri, 3-Apr-87 16:57:41 EST Article-I.D.: ut-ngp.4945 Posted: Fri Apr 3 16:57:41 1987 Date-Received: Sun, 5-Apr-87 08:31:28 EST Reply-To: wmartin@ngp.UUCP (Wiley Sanders) Distribution: world Organization: UTexas Computation Center, Austin, Texas Lines: 8 There is an error in the file "resource.inc" supplied with MacFortran 2.2 that causes a bomb whenever SIZERESOURCE is called. The error is in the PARAMETER statement specifying the trap code for SIZERESOURCE. The old, incorrect value is z'9A550000'. The correct value should be z'9A590000'. Credit is due to Dan Kampmeier on this, who includes the correct vaue in the source for his program "McFace." -w