From 844ecc37072d515513177c65a8c9dc35c9cdfc1a Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 19 Mar 2012 12:55:42 +0000 Subject: httrack 3.33.16 --- src/htsjava.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/htsjava.c') diff --git a/src/htsjava.c b/src/htsjava.c index afb166b..3536b9b 100644 --- a/src/htsjava.c +++ b/src/htsjava.c @@ -35,6 +35,9 @@ Please visit our Website: http://www.httrack.com /* ------------------------------------------------------------ */ +/* Internal engine bytecode */ +#define HTS_INTERNAL_BYTECODE + /* Version: Oct/2000 */ /* Fixed: problems with class structure (10/2000) */ @@ -46,10 +49,6 @@ Please visit our Website: http://www.httrack.com #include "htsjava.h" -#include -#include -#include - #include "htsnostatic.h" //#include @@ -186,7 +185,7 @@ int hts_parse_java(htsmoduleStruct* str) if((tab[i].index1!=SClass) && (tab[i].index1!=Class) && (tab[tab[i].index1].name[0]!='[')) { if(!strstr(tab[tab[i].index1].name,"java/")) { - char tempo[1024]; + char BIGSTK tempo[1024]; tempo[0]='\0'; sprintf(tempo,"%s.class",tab[tab[i].index1].name); @@ -289,7 +288,7 @@ RESP_STRUCT readtable(htsmoduleStruct* str, strcpybuff(trans.name,"HTS_UNICODE"); { - char buffer[1024]; + char BIGSTK buffer[1024]; char *p; p=&buffer[0]; -- cgit v1.2.3