Incorrect nameof on nested struct names. #2492

This commit is contained in:
Christoffer Lerno
2025-09-20 15:00:44 +02:00
parent 9c42919e5a
commit d3db91536c
11 changed files with 105 additions and 71 deletions

View File

@@ -179,6 +179,7 @@ void scratch_buffer_append_remove_space(const char *start, int len);
void scratch_buffer_append_signed_int(int64_t i);
void scratch_buffer_append_double(double d);
void scratch_buffer_append_shell_escaped(const char *string);
void scratch_buffer_append_but_mangle_underscore_dot(const char *name);
void scratch_buffer_append_cmd_argument(const char *string);
UNUSED void scratch_buffer_append_unsigned_int(uint64_t i);
void scratch_buffer_printf(const char *format, ...);