summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2012-02-12 20:41:52 +0100
committerChristian Persch <chpe@gnome.org>2012-02-12 20:41:52 +0100
commitc81512ea2b3f43698fa276da53c1cb3a16771e52 (patch)
tree7cd7a306be760a4efc6978bcd7a6c1840063983a
parentf14bb1f2650f525c105477c2a02f40e82711d473 (diff)
downloadglib-c81512ea2b3f43698fa276da53c1cb3a16771e52.tar.gz
regex: Remove obsolete patch
-rw-r--r--glib/update-pcre/utt.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/glib/update-pcre/utt.patch b/glib/update-pcre/utt.patch
deleted file mode 100644
index 171445f71..000000000
--- a/glib/update-pcre/utt.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- pcre_compile.c 2006-10-10 12:00:00.000000000 +0200
-+++ pcre_compile.c 2006-10-10 12:00:00.000000000 +0200
-@@ -589,7 +589,7 @@ while (bot < top)
- while (bot < top)
- {
- i = (bot + top) >> 1;
-- c = strcmp(name, _pcre_utt[i].name);
-+ c = strcmp(name, &_pcre_ucp_names[_pcre_utt[i].offset]);
- if (c == 0)
- {
- *dptr = _pcre_utt[i].value;
---- pcre_internal.h 2006-10-10 12:00:00.000000000 +0200
-+++ pcre_internal.h 2006-10-10 12:00:00.000000000 +0200
-@@ -993,7 +993,7 @@ codes. */
- codes. */
-
- typedef struct {
-- const char *name;
-+ pcre_uint16 offset;
- pcre_uint16 type;
- pcre_uint16 value;
- } ucp_type_table;
-@@ -1011,6 +1011,7 @@ extern const uschar _pcre_utf8_table4[];
-
- extern const int _pcre_utf8_table1_size;
-
-+extern const char _pcre_ucp_names[];
- extern const ucp_type_table _pcre_utt[];
- extern const int _pcre_utt_size;
-