diff options
Diffstat (limited to 'src/htsnostatic.c')
-rw-r--r-- | src/htsnostatic.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/htsnostatic.c b/src/htsnostatic.c index eff6184..22e7d7a 100644 --- a/src/htsnostatic.c +++ b/src/htsnostatic.c @@ -35,13 +35,16 @@ Please visit our Website: http://www.httrack.com /* Author: Xavier Roche */ /* ------------------------------------------------------------ */ +/* Internal engine bytecode */ +#define HTS_INTERNAL_BYTECODE + #include "htsnostatic.h" #include "htsbase.h" #include "htshash.h" #include "htsinthash.h" -typedef struct { +typedef struct hts_varhash { /* inthash values; */ |