aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 1efd046..5fc71a5 100644
--- a/tcc.h
+++ b/tcc.h
@@ -440,7 +440,9 @@ struct SymAttr {
visibility : 2,
dllexport : 1,
dllimport : 1,
- unused : 5;
+ asmcsym : 1,
+ asmexport : 1,
+ unused : 3;
};
/* function attributes or temporary attributes for parsing */