aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 486b5818..36ad0cc9 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -76,8 +76,8 @@ typedef enum {
typedef struct tag_ast_s {
const char *name;
arg_ast_t *fields;
- bool secret:1;
struct tag_ast_s *next;
+ bool secret:1;
} tag_ast_t;
struct type_ast_s {