diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 16:06:58 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 16:06:58 -0400 |
| commit | 2bc8e5f74cdfca319f04ac2e6c13d04c05059137 (patch) | |
| tree | 4e3960e6a9f97573c9a63d6cbd74ea67bf20ffeb /src/ast.h | |
| parent | 40e332fdbde4cc082ba9d0e4f5e8c53612bfec68 (diff) | |
Deprecate `extern` keyword
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -264,7 +264,6 @@ typedef enum { Pass, Defer, Return, - Extern, StructDef, EnumDef, LangDef, @@ -417,10 +416,6 @@ struct ast_s { } Return; struct { const char *name; - type_ast_t *type; - } Extern; - struct { - const char *name; arg_ast_t *fields; ast_t *namespace; bool secret : 1, external : 1, opaque : 1; |
