From f5a58639759af5333990a24ef6c8275c8f5afcde Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Aug 2010 22:12:40 -0400 Subject: [PATCH] Minor cleanup The definition is now present in pcre.h --- glib/gregex.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/glib/gregex.c b/glib/gregex.c index e93188374..293f21c14 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -33,11 +33,6 @@ #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 | \