--- rxvt-unicode/src/rxvtutil.h 2004/08/15 07:20:16 1.2 +++ rxvt-unicode/src/rxvtutil.h 2004/08/21 05:32:00 1.3 @@ -116,5 +116,11 @@ delete [] *c; } }; + +struct zero_initialized { + void *operator new (size_t s); + void operator delete (void *p, size_t s); +}; + #endif