diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-02 17:50:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-02 18:29:51 +0900 |
| commit | 2509637fb653cc8f5987736c1485a35245baa9b7 (patch) | |
| tree | 18f5cbc7d750b90d916f4d1db5dc5c823178bb54 /src/codegen.h | |
| parent | d81d087caf4fdb9a6ce482133d5c50c3113d13cc (diff) | |
| download | ducc-2509637fb653cc8f5987736c1485a35245baa9b7.tar.gz ducc-2509637fb653cc8f5987736c1485a35245baa9b7.tar.zst ducc-2509637fb653cc8f5987736c1485a35245baa9b7.zip | |
feat: generate .file and .loc directives
Diffstat (limited to 'src/codegen.h')
| -rw-r--r-- | src/codegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.h b/src/codegen.h index 95ec069..2c1d7b3 100644 --- a/src/codegen.h +++ b/src/codegen.h @@ -3,6 +3,6 @@ #include "ast.h" -void codegen(Program* prog, FILE* out); +void codegen(Program* prog, const char* input_filename, FILE* out); #endif |
