From 2bc8e5f74cdfca319f04ac2e6c13d04c05059137 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 16:06:58 -0400 Subject: Deprecate `extern` keyword --- src/parse/files.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parse/files.h') 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); -- cgit v1.2.3