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

Comparing rxvt-unicode/src/rxvtutil.C (file contents):
Revision 1.15 by sf-exg, Thu Jun 2 13:07:28 2011 UTC vs.
Revision 1.18 by root, Thu Jun 28 15:19:15 2012 UTC

18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 *----------------------------------------------------------------------*/ 21 *----------------------------------------------------------------------*/
22 22
23#include <cstdlib> 23#include <stdlib.h>
24#include <cstring> 24#include <string.h>
25#include <inttypes.h>
25 26
26#include "rxvtutil.h" 27#include "rxvtutil.h"
27 28
28void * 29void *
29zero_initialized::operator new (size_t s) 30zero_initialized::operator new (size_t s)
54 } 55 }
55 56
56 return temp_buf; 57 return temp_buf;
57} 58}
58 59
60// we include emman.c here to avoid relying on a C compiler, or
61// on the c++ compiler not complaining about .c, which is unlikely,
62// but...
63#include "emman.c"
59 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines