X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fclam%2Fcpp%2Fvis_stu%2Funtrap_new.addin;fp=scripts%2Fclam%2Fcpp%2Fvis_stu%2Funtrap_new.addin;h=0000000000000000000000000000000000000000;hp=393b01b203d6e8a46f53b1a1dfd5c0829ac6889e;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/scripts/clam/cpp/vis_stu/untrap_new.addin b/scripts/clam/cpp/vis_stu/untrap_new.addin deleted file mode 100644 index 393b01b2..00000000 --- a/scripts/clam/cpp/vis_stu/untrap_new.addin +++ /dev/null @@ -1,15 +0,0 @@ - -// this should be included after the last usage of new that must be protected. - -#ifdef NEW_TRAP - #undef NEW_TRAP - #ifndef ENABLE_MEMORY_HOOK - #define new DEBUG_NEW - #else - #define new HOOPLE_NEW - #endif -#endif - - - -