home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 580 b | 22 lines | [TEXT/KAHL] |
- //------------------------- © 1994-1995 by James G. Stout --------------------------
- // File : fatEntry.c
- // Date : May 5,1995
- // Author : Jim Stout
- // Purpose : support file for PPC/FAT CDEFs. Mostly, this is to keep the mainline
- // : code a bit neater than it would be with all of these #ifdef's
- //----------------------------------------------------------------------------------
-
- #ifndef _DEBUGCDEF
- #ifdef __powerc
- #ifdef SYMANTEC_C
- __rsrcterm();
- #endif
- #else
- #ifdef __MWERKS__
- SetA4(oldA4);
- #endif
- #ifdef THINK_C
- RestoreA4();
- #endif
- #endif
- #endif