[comp.sys.mac.programmer] MPW 3.0 non-INLINE proc/func

djnowak@luna.dpl.scg.hac.com (David Nowak) (06/16/89)

    There are several MPW Pascal PInterface and MPW C CInterface files that
contain procedure or function calls which have no INLINE address callouts.
For instance, Quickdraw.p contains a GetMaskTable function call and Devices.p
contains nothing but functions that have no INLINE directive.  I am curious
to know where these functions/procedures are implemented or defined.  For
instance, if I try to compile any of these files where these unimplemented
procs/functions exist, I get a 
### Error 177 Unsatisfied forward declaration for Function GetMaskTable
error message or the like.  What does this mean?  How do I link in these
externally defined procedures?
    Thanks in advance.

David Nowak
djnowak@luna.dpl.scg.hac.com