WONKY



LOG | FILES | OVERVIEW


F diff --git a/src/semantics/program/translation_unit.c b/src/semantics/program/translation_unit.c --- a/src/semantics/program/translation_unit.c +++ b/src/semantics/program/translation_unit.c
KW_STRING,
directive->delta->location,
directive->delta->location,
- directive->delta->location->src_name->full_name,
- directive->delta->location->src_name->full_name_size);
+ ptr->context->filename,
+ ptr->context->filename_size);
Queue_Push(ptr->context->ungeted_tokens,file);
}
void token_ptr_execute_line_special_macro(struct Token_Pointer *ptr,struct token *directive)