summaryrefslogtreecommitdiffstats
path: root/opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'opt.c')
-rw-r--r--opt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opt.c b/opt.c
index 65520dd..458106f 100644
--- a/opt.c
+++ b/opt.c
@@ -226,9 +226,9 @@ struct opt_facts {
enum known_pred preds[PRED_TYPES];
/** Bitmask of possible file types. */
- enum bftw_typeflag types;
+ unsigned int types;
/** Bitmask of possible link target types. */
- enum bftw_typeflag xtypes;
+ unsigned int xtypes;
};
/** Initialize some data flow facts. */