[glib] Minor cleanup
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Minor cleanup
- Date: Mon, 9 Aug 2010 03:56:38 +0000 (UTC)
commit f5a58639759af5333990a24ef6c8275c8f5afcde
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 8 22:12:40 2010 -0400
Minor cleanup
The definition is now present in pcre.h
glib/gregex.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/glib/gregex.c b/glib/gregex.c
index e931883..293f21c 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 | \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]