summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-03 12:42:07 -0600
committerKarl Williamson <khw@cpan.org>2014-09-03 12:43:15 -0600
commit03fa83ba2035289e6ac69e9f1228252bcc3c0b9d (patch)
treed208bb27a83294fb1307e113a40c695628784c8a /regcomp.h
parente0a1ff7a2452ef34ae8bb33cda6415709f1833fc (diff)
downloadperl-03fa83ba2035289e6ac69e9f1228252bcc3c0b9d.tar.gz
regcomp.h: Comment nits
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.h b/regcomp.h
index 9b11ce5ee1..2b73d8655b 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -227,7 +227,7 @@ struct regnode_charclass_class {
U8 type;
U16 next_off;
U32 arg1;
- char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time */
+ char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time ... */
U32 classflags; /* and run-time */
};
@@ -245,7 +245,7 @@ struct regnode_ssc {
U8 type;
U16 next_off;
U32 arg1;
- char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time */
+ char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time ... */
U32 classflags; /* and run-time */
/* Auxiliary, only used during construction; NULL afterwards: list of code