home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / next_common_undefines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-08  |  260 b   |  17 lines

  1. /* Common UN-defines used for controlling native header file inclusion. */
  2.  
  3. #ifdef __GNUC__
  4.  
  5. #undef BOOL
  6. #undef memcmp
  7. #undef memcpy
  8. #undef _except_handler
  9. #undef id
  10.  
  11. #ifdef interface 
  12. #undef interface 
  13. #endif interface
  14.  
  15. #endif /* __GNUC__ */
  16.  
  17.