| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/word2x/files/ |
Upload File : |
--- html-table.cc.orig Fri Aug 6 09:12:08 1999 +++ html-table.cc Wed Mar 31 20:10:02 2004 @@ -3,7 +3,8 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ -#include <iostream.h> +#include <iostream> +using namespace std; #include <stdio.h> #include <stdlib.h> #ifdef HAVE_STRING_H @@ -17,7 +18,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 */