home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Code Resources / Jims CDEFs 1.50 / CDEF Source / source / fatExit.c < prev    next >
Encoding:
Text File  |  1995-11-08  |  580 b   |  22 lines  |  [TEXT/KAHL]

  1. //------------------------- © 1994-1995 by James G. Stout --------------------------
  2. // File        : fatEntry.c
  3. // Date        : May 5,1995
  4. // Author    : Jim Stout
  5. // Purpose    : support file for PPC/FAT CDEFs.  Mostly, this is to keep the mainline
  6. //            : code a bit neater than it would be with all of these #ifdef's
  7. //----------------------------------------------------------------------------------
  8.  
  9. #ifndef _DEBUGCDEF    
  10.     #ifdef __powerc
  11.         #ifdef SYMANTEC_C
  12.         __rsrcterm();
  13.         #endif
  14.     #else
  15.         #ifdef __MWERKS__
  16.             SetA4(oldA4);
  17.         #endif
  18.         #ifdef THINK_C
  19.             RestoreA4();
  20.         #endif
  21.     #endif
  22. #endif