ha! now have support for finding non-checked-in files in git repositories for rev_re...
[feisty_meow.git] / scripts / clam / cpp / vis_stu / trap_new.addin
1 // this should be included before the first use of new in a header.
2
3 #ifdef new
4   #undef new
5   #define NEW_TRAP
6 #endif
7