mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Incorrect nameof on nested struct names. #2492
This commit is contained in:
@@ -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, ...);
|
||||
|
||||
Reference in New Issue
Block a user