summaryrefslogtreecommitdiff
path: root/textproc/word2x/files/patch-ae
blob: 4f6e42e728eba884508e837b4e256c7e79c3d9a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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 */