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.32 by ayin, Sun Dec 2 12:31:44 2007 UTC vs.
Revision 1.33 by root, Sun Dec 2 22:36:42 2007 UTC

373 for (char **c = begin (); c != end (); c++) 373 for (char **c = begin (); c != end (); c++)
374 free (*c); 374 free (*c);
375 } 375 }
376}; 376};
377 377
378#if 0
379template<typename T> 378template<typename T>
380struct rxvt_vec : simplevec<void *> { 379struct rxvt_vec : simplevec<void *> {
381 typedef T *iterator; 380 typedef T *iterator;
382 381
383 void push_back (T d) { simplevec<void *>::push_back ((void *)d); } 382 void push_back (T d) { simplevec<void *>::push_back ((void *)d); }
447 return r; 446 return r;
448 } 447 }
449}; 448};
450 449
451typedef auto_ptr<char> auto_str; 450typedef auto_ptr<char> auto_str;
451
452#endif 452#endif
453 453
454#endif
455

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines