diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -132,6 +132,10 @@ struct option { bool nocolor; bool pie, pic; bool werror; + enum optz { + OPT0 = -1, + OPT1 = 1, + } o; union { struct { bool p : 1, /* after parsing */ |