diff options
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -114,7 +114,4 @@ void text_regex_free(Regex *r); int text_search_range_forward(Text*, size_t pos, size_t len, Regex *r, size_t nmatch, RegexMatch pmatch[], int eflags); int text_search_range_backward(Text*, size_t pos, size_t len, Regex *r, size_t nmatch, RegexMatch pmatch[], int eflags); -// TMP -void text_debug(Text*); - #endif |
