mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Refactor regex and implement UTF8 mode for GRegex
- with non-unicode byte to Private Use Area A mapping - move all ifdefs to iregex.h file only
This commit is contained in:
parent
31b9d115b0
commit
79bbca4644
12 changed files with 327 additions and 132 deletions
|
|
@ -22,10 +22,6 @@
|
|||
#include "misc.h"
|
||||
#include "commands.h"
|
||||
|
||||
#ifndef USE_GREGEX
|
||||
# include <regex.h>
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
int condition;
|
||||
GInputFunction function;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue