X-Git-Url: https://jxself.org/git/?p=inform.git;a=blobdiff_plain;f=src%2Fheader.h;fp=src%2Fheader.h;h=82d064456d038bc0639685deb0ae45c975cbb773;hp=652a0c8b83dc08336644380ccef03b35c8e8693e;hb=c881aa3386c00d7021ffabf2f66275d6c110c1c1;hpb=8760c1ba6442153afe76bcac742e086f90c59fe8 diff --git a/src/header.h b/src/header.h index 652a0c8..82d0644 100644 --- a/src/header.h +++ b/src/header.h @@ -4,7 +4,7 @@ /* Inform 6.35 */ /* */ /* This header file and the others making up the Inform source code are */ -/* copyright (c) Graham Nelson 1993 - 2020 */ +/* copyright (c) Graham Nelson 1993 - 2021 */ /* */ /* This file is part of Inform. */ /* */ @@ -2538,7 +2538,7 @@ extern int MAX_QTEXT_SIZE, MAX_SYMBOLS, HASH_TAB_SIZE, MAX_DICT_ENTRIES, MAX_EXPRESSION_NODES, MAX_LABELS, MAX_LINESPACE, MAX_LOW_STRINGS, MAX_CLASSES, MAX_VERBS, MAX_VERBSPACE, MAX_ARRAYS, MAX_INCLUSION_DEPTH, - MAX_SOURCE_FILES; + MAX_SOURCE_FILES, MAX_DYNAMIC_STRINGS; extern int32 MAX_STATIC_STRINGS, MAX_ZCODE_SIZE, MAX_LINK_DATA_SIZE, MAX_TRANSCRIPT_SIZE, MAX_INDIV_PROP_TABLE_SIZE, @@ -2745,8 +2745,6 @@ extern int32 static_strings_extent; extern int32 no_strings, no_dynamic_strings; extern int no_unicode_chars; -#define MAX_DYNAMIC_STRINGS (64) - typedef struct unicode_usage_s unicode_usage_t; struct unicode_usage_s { int32 ch;