• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //mwerks_debug_prefix.h
2 #define _STLP_NO_FORCE_INSTANTIATE 1// for debugging
3 #define EH_VECTOR_OPERATOR_NEW 1
4 #define _STLP_DEBUG 1 // enable the use of allocation debugging
5 
6 #if __MWERKS__ >= 0x3000
7 #include <MSLCarbonPrefix.h>
8 #endif