home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / libdwarf / pro_finish.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  488 b   |  20 lines

  1. /*
  2.     pro_finish.c 
  3.     $Revision: 1.4 $    $Date: 1993/07/19 22:38:51 $    
  4.     $Source: /cmplrs.src/v4.00/libdwarf/RCS/pro_finish.c,v $
  5.  
  6.     exit function
  7. */
  8.  
  9. #include "pro_incl.h"
  10.  
  11. /*---------------------------------------------------------------
  12.     This routine deallocates all memory, and does some 
  13.     finishing up
  14. -----------------------------------------------------------------*/
  15. Dwarf_Unsigned
  16. dwarf_producer_finish(Dwarf_P_Debug dbg, Dwarf_Error *error)
  17. {
  18.     dwarf_p_dealloc((void *)dbg, 0);
  19. }
  20.