add patch to fix gcc-4.1.0 build

This commit is contained in:
Jindrich Novy 2006-01-05 15:05:40 +00:00
parent d28415eec1
commit 5ff660108c

View File

@ -0,0 +1,11 @@
--- groff-1.18.1.1/src/devices/grohtml/post-html.cc.gcc41 2006-01-05 16:01:16.000000000 +0100
+++ groff-1.18.1.1/src/devices/grohtml/post-html.cc 2006-01-05 16:02:14.000000000 +0100
@@ -261,7 +261,7 @@ struct char_block {
char_block *next;
char_block();
- char_block::char_block(int length);
+ char_block(int length);
};
char_block::char_block()