diff --git a/4coder_default_hooks.cpp b/4coder_default_hooks.cpp index e36e0de0..acb827ce 100644 --- a/4coder_default_hooks.cpp +++ b/4coder_default_hooks.cpp @@ -1179,7 +1179,9 @@ FILE_EDIT_RANGE_SIG(default_file_edit_range){ do_full_lex(app, buffer_id); } -#if 1 +#if 0 + // NOTE(allen): Assert correctness of relex results. Enable this code + // to track down corruption of the token data. { String_Const_u8 full = push_whole_buffer(app, scratch, buffer_id); Token_List list = lex_full_input_cpp(scratch, full);