diff options
| author | Zuhaitz <zuhaitz.zechhub@gmail.com> | 2026-01-13 14:50:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-13 14:50:43 +0000 |
| commit | 7eb91d69beb19da7a7cb7ac84625f701890ce6eb (patch) | |
| tree | 4b86f4ad20a66b0e984feb4d5a2abaf6eaa1227f /src/codegen/codegen.h | |
| parent | 8fc9c88304fde65d6c3a619c3aee7e6e00540695 (diff) | |
| parent | 856267f36e60211ba537d63a80c5d36aa4436a4f (diff) | |
Merge branch 'main' into pr-34-testing
Diffstat (limited to 'src/codegen/codegen.h')
| -rw-r--r-- | src/codegen/codegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/codegen.h b/src/codegen/codegen.h index d489fb3..4b66f99 100644 --- a/src/codegen/codegen.h +++ b/src/codegen/codegen.h @@ -24,7 +24,7 @@ const char *parse_original_method_name(const char *mangled); void emit_auto_type(ParserContext *ctx, ASTNode *init_expr, Token t, FILE *out); // Declaration emission (codegen_decl.c). -void emit_preamble(FILE *out); +void emit_preamble(ParserContext *ctx, FILE *out); void emit_includes_and_aliases(ASTNode *node, FILE *out); void emit_struct_defs(ParserContext *ctx, ASTNode *node, FILE *out); void emit_trait_defs(ASTNode *node, FILE *out); |
