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.22 by root, Sun Jan 29 22:27:04 2006 UTC vs.
Revision 1.23 by root, Sun Jan 29 22:30:21 2006 UTC

9#define PP_STRINGIFY_(a) #a 9#define PP_STRINGIFY_(a) #a
10#define PP_STRINGIFY(a) PP_STRINGIFY_(a) 10#define PP_STRINGIFY(a) PP_STRINGIFY_(a)
11 11
12// actually, some gcc-3.x versions work, too 12// actually, some gcc-3.x versions work, too
13#define HAVE_GCC_BUILTINS (__GNUC__ >= 4) 13#define HAVE_GCC_BUILTINS (__GNUC__ >= 4)
14#define HAVE_GCC_BUILTINS 0
15 14
16extern class byteorder { 15extern class byteorder {
17 static unsigned int e; // at least 32 bits 16 static unsigned int e; // at least 32 bits
18public: 17public:
19 byteorder (); 18 byteorder ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines