X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fsymbols.c;h=e8ac5b6446031572fd6bd4c4e3f90e89276b48b3;hb=ee3b3a0cb830792c0569230872a0af20eab8bb7b;hp=8f2a09e52c90a4bd563e73bec844235caa60cb5f;hpb=8e63120c630c94c598d4e2d6ba823dac59bce8fa;p=inform.git diff --git a/src/symbols.c b/src/symbols.c index 8f2a09e..e8ac5b6 100644 --- a/src/symbols.c +++ b/src/symbols.c @@ -1,7 +1,7 @@ /* ------------------------------------------------------------------------- */ /* "symbols" : The symbols table; creating stock of reserved words */ /* */ -/* Part of Inform 6.40 */ +/* Part of Inform 6.41 */ /* copyright (c) Graham Nelson 1993 - 2022 */ /* */ /* Inform is free software: you can redistribute it and/or modify */ @@ -521,8 +521,6 @@ extern void check_warn_symbol_has_metaclass(const assembly_operand *AO, char *co extern void issue_unused_warnings(void) { int32 i; - if (module_switch) return; - /* Update any ad-hoc variables that might help the library */ if (glulx_mode) { global_initial_value[10]=statusline_flag; @@ -553,8 +551,8 @@ extern void issue_debug_symbol_warnings(void) } /* ------------------------------------------------------------------------- */ -/* These are arrays used only during story file (never module) creation, */ -/* and not allocated until then. */ +/* These are arrays used only during story file creation, and not */ +/* allocated until then. */ int32 *individual_name_strings; /* Packed addresses of Z-encoded strings of the names of the @@ -571,8 +569,6 @@ extern void write_the_identifier_names(void) for (i=0; i