diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-04 23:10:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-04 23:10:43 -0400 |
| commit | a4cb5ffafc050b519f806f74f0160ad48f76bee6 (patch) | |
| tree | 7a55f9b2e7c680eaccfa81c3734efdda71e848a3 /src/parse/typedefs.h | |
| parent | 4cb2ea78760fabcbf526dee5962a6bf4896639f3 (diff) | |
Deprecate `extend`
Diffstat (limited to 'src/parse/typedefs.h')
| -rw-r--r-- | src/parse/typedefs.h | 1 |
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); |
