aboutsummaryrefslogtreecommitdiff
path: root/src/parse/typedefs.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-04 23:10:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-04 23:10:43 -0400
commita4cb5ffafc050b519f806f74f0160ad48f76bee6 (patch)
tree7a55f9b2e7c680eaccfa81c3734efdda71e848a3 /src/parse/typedefs.h
parent4cb2ea78760fabcbf526dee5962a6bf4896639f3 (diff)
Deprecate `extend`
Diffstat (limited to 'src/parse/typedefs.h')
-rw-r--r--src/parse/typedefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/typedefs.h b/src/parse/typedefs.h
index 1a746cff..1bdb92e6 100644
--- a/src/parse/typedefs.h
+++ b/src/parse/typedefs.h
@@ -7,5 +7,4 @@
ast_t *parse_lang_def(parse_ctx_t *ctx, const char *pos);
ast_t *parse_enum_def(parse_ctx_t *ctx, const char *pos);
ast_t *parse_struct_def(parse_ctx_t *ctx, const char *pos);
-ast_t *parse_extend(parse_ctx_t *ctx, const char *pos);
ast_t *parse_namespace(parse_ctx_t *ctx, const char *pos);