summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/pcrelib/internal.h')
-rw-r--r--ext/pcre/pcrelib/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/internal.h b/ext/pcre/pcrelib/internal.h
index b6680a0d50..414ebe0696 100644
--- a/ext/pcre/pcrelib/internal.h
+++ b/ext/pcre/pcrelib/internal.h
@@ -307,7 +307,7 @@ typedef struct match_data {
const uschar *end_subject; /* End of the subject string */
const uschar *end_match_ptr; /* Subject position at end match */
int end_offset_top; /* Highwater mark at end of match */
- char regprev; /* Character previous to subject string (Andrey Zmievski) */
+ uschar regprev; /* Character previous to subject string (Andrey Zmievski) */
} match_data;
/* Bit definitions for entries in the pcre_ctypes table. */