1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/word2x/files/patch-ae
2000-03-11 01:47:08 +00:00

13 lines
370 B
Plaintext

--- 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 */