aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 81c24ad..53669f4 100644
--- a/common.h
+++ b/common.h
@@ -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 */