nicer file for doing file counts. way better output, simpler, also exhibits how...
[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