diff options
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |