Fix default #foo args.

This commit is contained in:
Christoffer Lerno
2025-01-02 15:23:14 +01:00
parent 55cdcbb39b
commit 1994cba73e
5 changed files with 10 additions and 2 deletions

View File

@@ -529,6 +529,7 @@ SemaContext *context_transform_for_eval(SemaContext *context, SemaContext *temp_
temp_context->compilation_unit = context->compilation_unit;
temp_context->call_env = context->call_env;
temp_context->current_macro = context->current_macro;
temp_context->is_temp = true;
return temp_context;
}