Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/regex')
-rw-r--r--winsup/cygwin/regex/cname.h2
-rw-r--r--winsup/cygwin/regex/regcomp.c2
-rw-r--r--winsup/cygwin/regex/regex2.h12
3 files changed, 8 insertions, 8 deletions
diff --git a/winsup/cygwin/regex/cname.h b/winsup/cygwin/regex/cname.h
index 4ad1ea93b..c5c33f02c 100644
--- a/winsup/cygwin/regex/cname.h
+++ b/winsup/cygwin/regex/cname.h
@@ -108,7 +108,7 @@ static struct cname {
{"four", '4'},
{"five", '5'},
{"six", '6'},
- {"seven", '7'},
+ {"seven", '7'},
{"eight", '8'},
{"nine", '9'},
{"colon", ':'},
diff --git a/winsup/cygwin/regex/regcomp.c b/winsup/cygwin/regex/regcomp.c
index 180f599cd..e99ee8cb4 100644
--- a/winsup/cygwin/regex/regcomp.c
+++ b/winsup/cygwin/regex/regcomp.c
@@ -1842,7 +1842,7 @@ computematchjumps(struct parse *p, struct re_guts *g)
suffix++;
}
if (suffix < g->mlen)
- ssuffix = pmatches[ssuffix];
+ ssuffix = pmatches[ssuffix];
}
free(pmatches);
diff --git a/winsup/cygwin/regex/regex2.h b/winsup/cygwin/regex/regex2.h
index 53f687bf6..b9a35a45f 100644
--- a/winsup/cygwin/regex/regex2.h
+++ b/winsup/cygwin/regex/regex2.h
@@ -38,14 +38,14 @@
* First, the stuff that ends up in the outside-world include file
= typedef off_t regoff_t;
= typedef struct {
- = int re_magic;
- = size_t re_nsub; // number of parenthesized subexpressions
- = const char *re_endp; // end pointer for REG_PEND
- = struct re_guts *re_g; // none of your business :-)
+ = int re_magic;
+ = size_t re_nsub; // number of parenthesized subexpressions
+ = const char *re_endp; // end pointer for REG_PEND
+ = struct re_guts *re_g; // none of your business :-)
= } regex_t;
= typedef struct {
- = regoff_t rm_so; // start of match
- = regoff_t rm_eo; // end of match
+ = regoff_t rm_so; // start of match
+ = regoff_t rm_eo; // end of match
= } regmatch_t;
*/
/*