aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/symbol.h b/symbol.h
index 4792b008..d2ca3d2d 100644
--- a/symbol.h
+++ b/symbol.h
@@ -108,8 +108,10 @@ struct decl_state {
struct ident **ident;
struct symbol_op *mode;
unsigned long f_modifiers; // function attributes
- unsigned char prefer_abstract, storage_class;
+ unsigned long storage_class;
+ unsigned char prefer_abstract;
unsigned char autotype;
+ unsigned char forced;
};
struct pseudo;