From f7b03c0695b313a0ddd527d4bbd6c50c010bd7e4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 29 Jul 2020 22:44:53 -0400 Subject: bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmask --- opt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opt.c') 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. */ -- cgit v1.2.3