summaryrefslogtreecommitdiffstats
path: root/groff-1.18.1.1-gcc41.patch
diff options
context:
space:
mode:
Diffstat (limited to 'groff-1.18.1.1-gcc41.patch')
-rw-r--r--groff-1.18.1.1-gcc41.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/groff-1.18.1.1-gcc41.patch b/groff-1.18.1.1-gcc41.patch
deleted file mode 100644
index b95e3f1..0000000
--- a/groff-1.18.1.1-gcc41.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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()