[comp.sys.mac] Fix to Microsoft Fortran SIZERESOURCE bug.

wmartin@ut-ngp.UUCP (04/04/87)

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