Minor cleanup
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Aug 2010 02:12:40 +0000 (22:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Aug 2010 03:55:11 +0000 (23:55 -0400)
The definition is now present in pcre.h

glib/gregex.c

index e931883..293f21c 100644 (file)
 #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         | \