many changes; some cosmetic; coercions now explicit in tree
This commit is contained in:
@@ -26,7 +26,7 @@ struct variable {
|
||||
};
|
||||
|
||||
struct constant {
|
||||
struct node *co_const; /* result of a constant expression */
|
||||
struct token co_const; /* result of a constant expression */
|
||||
#define con_const df_value.df_constant.co_const
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user