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.45 by sf-exg, Mon May 30 18:39:04 2011 UTC vs.
Revision 1.48 by root, Thu Jan 19 17:10:51 2012 UTC

1#ifndef RXVT_UTIL_H 1#ifndef RXVT_UTIL_H
2#define RXVT_UTIL_H 2#define RXVT_UTIL_H
3 3
4#include <cstdlib> 4#include <stdlib.h>
5#include <cstring> 5#include <string.h>
6#include <inttypes.h>
7#include "ecb.h" 6#include "ecb.h"
8
9using namespace std;
10 7
11// increases code size unless -fno-enforce-eh-specs 8// increases code size unless -fno-enforce-eh-specs
12#if __GNUC__ 9#if __GNUC__
13# define NOTHROW 10# define NOTHROW
14# define THROW(x) 11# define THROW(x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines