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.47 by sf-exg, Thu Jan 19 13:33:43 2012 UTC vs.
Revision 1.48 by root, Thu Jan 19 17:10:51 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines