mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Use GLib's regexp interface (backed by PCRE)
This commit is contained in:
parent
91f48c6f0e
commit
8e5db471e4
7 changed files with 43 additions and 88 deletions
|
|
@ -22,10 +22,6 @@
|
|||
#include "misc.h"
|
||||
#include "commands.h"
|
||||
|
||||
#ifdef HAVE_REGEX_H
|
||||
# include <regex.h>
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
int condition;
|
||||
GInputFunction function;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue