repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: d348a26785b198f5d567de5687f34fb640e0caae:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit d348a26785b198f5d567de5687f34fb640e0caae
Author: Marc Lehmann 
Date:   Sat May 19 02:23:07 2012 +0000

    mikachuopt

diff --git a/src/rxvt.h b/src/rxvt.h
index 47653e79ea84dc39ca25c20acabce3da8bf65200..
index ..085ccc2f04139bf1c1c0424455a0a069ef25b1b9 100644
--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -80,6 +80,7 @@ typedef  int32_t tlen_t_; // specifically for use in the line_t structure
 # define HAVE_BG_PIXMAP 1
 #endif

+#include 
 #include "encoding.h"
 #include "rxvtutil.h"
 #include "rxvtfont.h"
@@ -833,7 +834,7 @@ struct mbstate
 struct compose_char
 {
   unicode_t c1, c2; // any chars != NOCHAR are valid
-  #if __cplusplus >= 201103L
+  #if __cplusplus >= 201103L || ECB_GCC_VERSION(4,4)
   compose_char () = default;
   #endif
   compose_char (unicode_t c1, unicode_t c2)

-----END OF PAGE-----