diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-08-01 15:36:53 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-08-01 15:36:53 -0700 |
| commit | 0b2de4721f3dcf95d6d0af54c78e197df10f6666 (patch) | |
| tree | 7b64cefb5c2897510fffdb6c1aa36c792a4c61c4 /types.h | |
| parent | 8268e67875abeaae99d0793e424514662a84628d (diff) | |
Moved caching code onto the file, which fixed an issue with file slicing
having stale cache values.
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,8 +7,6 @@ #include <stdbool.h> #include <sys/types.h> -#include "files.h" - #define UNBOUNDED(pat) ((pat)->max_matchlen == -1) // BP virtual machine pattern types |
