home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 March / macformat-035.iso / CodeWarrior Lite 1.4 / MacOS Support / Headers / ANSI Headers / stdarg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-29  |  375 b   |  22 lines  |  [TEXT/CWIE]

  1. #if __MWERKS__
  2. #pragma options align=mac68k
  3.  
  4. #if __CFM68K__ && __USING_IMPORTED_ANSI__
  5. #pragma import on
  6. #endif
  7.  
  8. #include <_stdarg.h>
  9.  
  10. #if __CFM68K__ && __USING_IMPORTED_ANSI__
  11. #pragma import reset
  12. #endif
  13.  
  14. #pragma options align=reset
  15. #endif
  16.  
  17. /* Change log:
  18.  *94June04 PlumHall baseline
  19.  *94Sept30 Applied diffs for Wed Aug 31 07:55:38 1994
  20.  *94Oct07 Inserted MW changes.
  21.  */
  22.