diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -96,6 +96,11 @@ struct option { bool pedant; bool trigraph; bool nocolor; + struct { + bool p : 1, /* after parsing */ + a : 1, /* after abi0 */ + r : 1; /* after regalloc */ + } dbg; }; extern struct option ccopt; |