diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 00:43:13 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 00:43:13 -0400 |
| commit | 7e0b1a321466e89e43b9b23463530141355ff87d (patch) | |
| tree | 8e43ea1987666179fc13cbeebdefad317dc46112 /ast.h | |
| parent | 8e3c871f27bdf0fbc6ca347efc6d38bb81287115 (diff) | |
Deprecate linker directives
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -129,7 +129,6 @@ typedef enum { Index, FieldAccess, Optional, NonOptional, DocTest, Use, - LinkerDirective, InlineCCode, } ast_e; @@ -301,9 +300,6 @@ struct ast_s { enum { USE_LOCAL, USE_MODULE, USE_SHARED_OBJECT, USE_HEADER } what; } Use; struct { - const char *directive; - } LinkerDirective; - struct { CORD code; struct type_s *type; type_ast_t *type_ast; |
