diff options
| author | Tyge Løvset <[email protected]> | 2022-05-04 16:56:01 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-05-04 16:56:01 +0200 |
| commit | 691681356bf19ba112e7d332c07c986089ac16e4 (patch) | |
| tree | d0c9931055bfd1de74ad45a649adfd1f412d9a56 /include/stc/cregex.h | |
| parent | 93aa7a0e68a1c5bc65feed583db27686e813bb2a (diff) | |
| download | STC-modified-691681356bf19ba112e7d332c07c986089ac16e4.tar.gz STC-modified-691681356bf19ba112e7d332c07c986089ac16e4.zip | |
Added c_find_if, c_find_it macros: linear search in containers. Removed c_apply_cnt macro.
Diffstat (limited to 'include/stc/cregex.h')
| -rw-r--r-- | include/stc/cregex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cregex.h b/include/stc/cregex.h index 7357d9d9..0a4508b7 100644 --- a/include/stc/cregex.h +++ b/include/stc/cregex.h @@ -31,7 +31,7 @@ THE SOFTWARE. * This is a extended version of regexp9, supporting UTF8 input, common
* shorthand character classes, ++.
*/
-#include "csview.h"
+#include "forward.h" // csview
typedef enum {
creg_nomatch = -1,
|
