ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtutil.h
(Generate patch)

Comparing rxvt-unicode/src/rxvtutil.h (file contents):
Revision 1.2 by root, Sun Aug 15 07:20:16 2004 UTC vs.
Revision 1.3 by root, Sat Aug 21 05:32:00 2004 UTC

114 { 114 {
115 for (char **c = begin (); c != end (); c++) 115 for (char **c = begin (); c != end (); c++)
116 delete [] *c; 116 delete [] *c;
117 } 117 }
118}; 118};
119
120struct zero_initialized {
121 void *operator new (size_t s);
122 void operator delete (void *p, size_t s);
123};
124
119#endif 125#endif
120 126

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines