diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |
