diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-23 15:57:44 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-23 15:57:44 -0500 |
| commit | 83a2bff4bb04b0189d17419baf8ca520992d5033 (patch) | |
| tree | 63c24b6419e0896d985cb0c9f30b742274e95833 /src/compile/files.c | |
| parent | 2a24b0a3fc3c4986572ae2c4ea0e8e387497a7f6 (diff) | |
Added Metadata section for files instead of _HELP and _USAGE
Diffstat (limited to 'src/compile/files.c')
| -rw-r--r-- | src/compile/files.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/files.c b/src/compile/files.c index a4cc07fe..b916f23f 100644 --- a/src/compile/files.c +++ b/src/compile/files.c @@ -142,6 +142,7 @@ Text_t compile_top_level_code(env_t *env, ast_t *ast) { } return code; } + case Metadata: default: return EMPTY_TEXT; } } |
