Work around pcre bug with PCRE_WS... option

master
Yevgen Muntyan 2007-11-03 12:31:20 -05:00
parent 2d5ae194df
commit 03802b459d
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#include "pcre/pcre.h"
#endif
/* PCRE 7.3 does not contain the definition of PCRE_ERROR_NULLWSLIMIT */
#ifndef PCRE_ERROR_NULLWSLIMIT
#define PCRE_ERROR_NULLWSLIMIT (-22)
#endif
/* Mask of all the possible values for GRegexCompileFlags. */
#define G_REGEX_COMPILE_MASK (G_REGEX_CASELESS | \