switch for gregex and regex.h

This commit is contained in:
Ailin Nemui 2017-01-03 12:04:56 +01:00
commit f5cbbebc2e
8 changed files with 133 additions and 2 deletions

View file

@ -22,6 +22,10 @@
#include "misc.h"
#include "commands.h"
#ifndef USE_GREGEX
# include <regex.h>
#endif
typedef struct {
int condition;
GInputFunction function;