summaryrefslogtreecommitdiffstats
path: root/expac.h
diff options
context:
space:
mode:
Diffstat (limited to 'expac.h')
-rw-r--r--expac.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/expac.h b/expac.h
index 0d6c5b6..d2c6a5a 100644
--- a/expac.h
+++ b/expac.h
@@ -10,10 +10,9 @@ typedef enum PackageCorpus {
} PackageCorpus;
typedef enum SearchWhat {
- SEARCH_GROUPS = (1 << 0),
- SEARCH_REGEX = (1 << 1),
- SEARCH_EXACT = (1 << 2),
- _SEARCH_MAX = (1 << 15),
+ SEARCH_EXACT,
+ SEARCH_GROUPS,
+ SEARCH_REGEX,
} SearchWhat;
typedef struct Expac {