master
Allen Webster 2019-09-29 21:51:53 -07:00
parent 1952de45be
commit 342ba26d29
1 changed files with 3 additions and 1 deletions

View File

@ -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);