aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-18 00:43:13 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-18 00:43:13 -0400
commit7e0b1a321466e89e43b9b23463530141355ff87d (patch)
tree8e43ea1987666179fc13cbeebdefad317dc46112 /ast.h
parent8e3c871f27bdf0fbc6ca347efc6d38bb81287115 (diff)
Deprecate linker directives
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ast.h b/ast.h
index 7ff6f539..a186f576 100644
--- a/ast.h
+++ b/ast.h
@@ -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;