Skip to content

Commit 8b3d344

Browse files
committed
Add a TODO.
1 parent 447ccd2 commit 8b3d344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

semantic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5678,6 +5678,7 @@ static void AssembleLine(SemanticState *state, const String *source_line_raw, co
56785678
const SemanticState_Macro previous_macro_state = state->macro;
56795679

56805680
state->macro.metadata = macro;
5681+
/* TODO: We should not be caching this; the OPT directive can change this at any time! */
56815682
Dictionary_Init(&state->macro.dictionary, Options_Get(&state->options)->case_insensitive);
56825683
Substitute_Initialise(&state->macro.substitutions);
56835684
state->macro.closure = &closure;

0 commit comments

Comments
 (0)