projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated to add ant home
[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