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.19 by root, Sun Jan 22 00:36:59 2006 UTC vs.
Revision 1.20 by root, Wed Jan 25 00:42:21 2006 UTC

396 for (char **c = begin (); c != end (); c++) 396 for (char **c = begin (); c != end (); c++)
397 free (*c); 397 free (*c);
398 } 398 }
399}; 399};
400 400
401// return a very temporary (and never deallocated) buffer. keep small.
402void *rxvt_temp_buf (int len);
403
404template<typename T>
405inline T *
406rxvt_temp_buf (int len)
407{
408 return (T *)rxvt_temp_buf (len * sizeof (T));
409}
410
401#endif 411#endif
402 412

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines