X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fclam%2Fcpp%2Fvis_stu%2Ftrap_new.addin;fp=scripts%2Fclam%2Fcpp%2Fvis_stu%2Ftrap_new.addin;h=0000000000000000000000000000000000000000;hp=2cce3945b3fa8b95bf499f18052f0687a030e2a0;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/scripts/clam/cpp/vis_stu/trap_new.addin b/scripts/clam/cpp/vis_stu/trap_new.addin deleted file mode 100644 index 2cce3945..00000000 --- a/scripts/clam/cpp/vis_stu/trap_new.addin +++ /dev/null @@ -1,7 +0,0 @@ -// this should be included before the first use of new in a header. - -#ifdef new - #undef new - #define NEW_TRAP -#endif -