00001 #ifndef ZAP_H 00002 #define ZAP_H 00003 00004 #define zap(x) if (x) {delete x; x = 0;} 00005 00006 #endif // ZAP_H