diff options
Diffstat (limited to 'opt.c')
-rw-r--r-- | opt.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |