diff options
Diffstat (limited to 'byterun/intext.h')
-rw-r--r-- | byterun/intext.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/byterun/intext.h b/byterun/intext.h index 7ffafefea..e127cf398 100644 --- a/byterun/intext.h +++ b/byterun/intext.h @@ -22,7 +22,7 @@ /* Magic number */ -#define Intext_magic_number 0x8495A6BD +#define Intext_magic_number 0x8495A6BE /* Codes for the compact format */ @@ -58,6 +58,10 @@ /* Initial sizes of data structures for extern */ +#ifndef INITIAL_EXTERN_BLOCK_SIZE +#define INITIAL_EXTERN_BLOCK_SIZE 8192 +#endif + #ifndef INITIAL_EXTERN_TABLE_SIZE #define INITIAL_EXTERN_TABLE_SIZE 2039 #endif |