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.28 by ayin, Tue Jun 26 10:46:28 2007 UTC vs.
Revision 1.29 by ayin, Wed Oct 31 09:55:24 2007 UTC

90 void *operator new (size_t s); 90 void *operator new (size_t s);
91 void operator delete (void *p, size_t s); 91 void operator delete (void *p, size_t s);
92}; 92};
93 93
94/* simplevec taken (and heavily modified), from: 94/* simplevec taken (and heavily modified), from:
95 * 95 *
96 * MICO --- a free CORBA implementation 96 * MICO --- a free CORBA implementation
97 * Copyright (C) 1997-98 Kay Roemer & Arno Puder 97 * Copyright (C) 1997-98 Kay Roemer & Arno Puder
98 */ 98 */
99template<class T> 99template<class T>
100struct simplevec { 100struct simplevec {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines