diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 02:01:20 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 02:01:20 +0800 |
commit | 9ba293d10cdb68ab89655694b22ce165f94dec5e (patch) | |
tree | 7280a0590d3a069199c30cf03b11b6f90e4bef6d /textproc | |
parent | dccb46b1461a9c6c80ee823b7065c4ee2ce146bc (diff) | |
download | freebsd-ports-gnome-9ba293d10cdb68ab89655694b22ce165f94dec5e.tar.gz freebsd-ports-gnome-9ba293d10cdb68ab89655694b22ce165f94dec5e.tar.zst freebsd-ports-gnome-9ba293d10cdb68ab89655694b22ce165f94dec5e.zip |
egcs barfs when desctructors take arguments.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/word2x/files/patch-ae | 11 |
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; |