summaryrefslogtreecommitdiff
path: root/textproc/word2x/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/word2x/files/patch-ae')
-rw-r--r--textproc/word2x/files/patch-ae12
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/word2x/files/patch-ae b/textproc/word2x/files/patch-ae
deleted file mode 100644
index 4f6e42e728eb..000000000000
--- a/textproc/word2x/files/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 */