summaryrefslogtreecommitdiff
path: root/textproc/word2x
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 18:01:20 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 18:01:20 +0000
commit89572a9bce2e3c7879ce41783be80135b7ff2d27 (patch)
treeee24df4b4a426cde7c8f9ba7c22d57df6aad0e97 /textproc/word2x
parentDisable sound and joystick support on the Alpha. (diff)
egcs barfs when desctructors take arguments.
Notes
Notes: svn path=/head/; revision=19685
Diffstat (limited to 'textproc/word2x')
-rw-r--r--textproc/word2x/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/word2x/files/patch-ae b/textproc/word2x/files/patch-ae
new file mode 100644
index 000000000000..2b734c2fff4d
--- /dev/null
+++ b/textproc/word2x/files/patch-ae
@@ -0,0 +1,11 @@
+--- html-table.cc.orig Sat Jun 19 17:35:05 1999
++++ html-table.cc Sat Jun 19 17:35:25 1999
+@@ -264,7 +264,7 @@
+ }
+
+ /* Destructor */
+-html_table::~html_table(int c, int r)
++html_table::~html_table()
+ {
+ int i;
+ struct col_info *col, *nxt;