summaryrefslogtreecommitdiffstats
path: root/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expr.h b/expr.h
index 6f0ebec..a660a6d 100644
--- a/expr.h
+++ b/expr.h
@@ -159,7 +159,7 @@ struct expr {
CFILE *cfile;
/** Optional compiled regex. */
- regex_t *regex;
+ struct bfs_regex *regex;
/** Optional exec command. */
struct bfs_exec *execbuf;