OSDN Git Service

regex: Remove obsolete patch
authorChristian Persch <chpe@gnome.org>
Sun, 12 Feb 2012 19:41:52 +0000 (20:41 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Feb 2012 03:09:05 +0000 (22:09 -0500)
glib/update-pcre/utt.patch [deleted file]

diff --git a/glib/update-pcre/utt.patch b/glib/update-pcre/utt.patch
deleted file mode 100644 (file)
index 171445f..0000000
+++ /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;