diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-03-11 01:47:08 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-03-11 01:47:08 +0000 |
commit | f3249eca36a27affa225dd9e82a8056326a25c01 (patch) | |
tree | b4c01591a9104a1df6edae3b35bfafcc39d4b262 /textproc/word2x/files/patch-ae | |
parent | Install setgid games, not setuid games. (diff) |
Upgrade to 0.005, this has a new home now.
Diffstat (limited to 'textproc/word2x/files/patch-ae')
-rw-r--r-- | textproc/word2x/files/patch-ae | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/textproc/word2x/files/patch-ae b/textproc/word2x/files/patch-ae index 2b734c2fff4d..4f6e42e728eb 100644 --- a/textproc/word2x/files/patch-ae +++ b/textproc/word2x/files/patch-ae @@ -1,11 +1,12 @@ ---- 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; +--- html-table.cc.orig Fri Mar 10 20:26:06 2000 ++++ html-table.cc Fri Mar 10 20:27:21 2000 +@@ -17,7 +17,8 @@ + #define __EXCLUDE_READER_CLASSES + #include "lib.h" + #ifndef HAVE_ALLOCA_H +-extern "C" char *alloca(int); ++/* extern "C" char *alloca(int); */ ++#include <stdlib.h> /* stupid linux specific weenie code. */ + #else + #include <alloca.h> + #endif /* HAVE_ALLOCA_H */ |