aboutsummaryrefslogtreecommitdiff
path: root/src/parse/files.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 16:06:58 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 16:06:58 -0400
commit2bc8e5f74cdfca319f04ac2e6c13d04c05059137 (patch)
tree4e3960e6a9f97573c9a63d6cbd74ea67bf20ffeb /src/parse/files.h
parent40e332fdbde4cc082ba9d0e4f5e8c53612bfec68 (diff)
Deprecate `extern` keyword
Diffstat (limited to 'src/parse/files.h')
-rw-r--r--src/parse/files.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/files.h b/src/parse/files.h
index 3073449e..ebebc20c 100644
--- a/src/parse/files.h
+++ b/src/parse/files.h
@@ -12,4 +12,3 @@ ast_t *parse_file(const char *path, jmp_buf *on_err);
ast_t *parse_file_body(parse_ctx_t *ctx, const char *pos);
ast_t *parse_use(parse_ctx_t *ctx, const char *pos);
-ast_t *parse_extern(parse_ctx_t *ctx, const char *pos);